@ -71,7 +71,7 @@ public class GovCustomerMenuRedis {
*/
public void delAllCustomerMenu() {
String key = RedisKeys.getCustomerMenuListPrefix().concat(StrConstant.STAR);
redisUtils.delete(key);
redisUtils.deleteByPattern(key);
}
private boolean checkParam(String customerId, Integer type) {