@ -96,7 +96,7 @@ public class GovCustomerMenuRedis {
*/
public void delAllCustomerMenu(String customerId) {
String key = RedisKeys.getCustomerMenuListFiveCoverage().concat(customerId);
redisUtils.delete(key);
redisUtils.deleteByPattern(key);
}
private boolean checkParam(String customerId, Integer type) {
@ -80,7 +80,7 @@ public class GovCustomerMenuRedis {
public void delAllCustomerMenuFiveCoverage(){
String key = RedisKeys.getCustomerMenuListFiveCoverage().concat("*");