|
|
@ -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) { |
|
|
|