|
@ -78,6 +78,11 @@ public class GovCustomerMenuRedis { |
|
|
redisUtils.deleteByPattern(key); |
|
|
redisUtils.deleteByPattern(key); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void delAllCustomerMenuFiveCoverage(String customerId){ |
|
|
|
|
|
String key = RedisKeys.getCustomerMenuListFiveCoverage().concat(customerId); |
|
|
|
|
|
redisUtils.delete(key); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
private boolean checkParam(String customerId, Integer type) { |
|
|
private boolean checkParam(String customerId, Integer type) { |
|
|
if (StringUtils.isBlank(customerId) || type == null){ |
|
|
if (StringUtils.isBlank(customerId) || type == null){ |
|
|
log.warn("checkParam fail, param is null"); |
|
|
log.warn("checkParam fail, param is null"); |
|
|