|
|
@@ -58,6 +58,6 @@ public class RefreshCacheServiceImpl implements RefreshCacheService {
|
|
|
Set<String> keys = redisService.keys(goodsQuestionKey);
|
|
|
redisService.del(keys.toArray(String[]::new));
|
|
|
//售后缓存
|
|
|
- redisService.del(RedisService.key.YH_GOODS_QUESTIONS_DETAIL.name().toLowerCase() + "*");
|
|
|
+ redisService.del(redisService.keys(RedisService.key.YH_GOODS_QUESTIONS_DETAIL.name().toLowerCase() + "*").toArray(String[]::new));
|
|
|
}
|
|
|
}
|