记得上下班打卡 | git大法好,push需谨慎

Commit 6092d222 authored by jiangxiulong's avatar jiangxiulong

关闭del redis

parent b943d4a5
...@@ -33,7 +33,7 @@ public class RedisArDataUtils { ...@@ -33,7 +33,7 @@ public class RedisArDataUtils {
public List<SweetPerformArtistTimeListDto> getArtistTimeList(String performanceId) { public List<SweetPerformArtistTimeListDto> getArtistTimeList(String performanceId) {
String redisKey = SweetConstant.REDIS_KEY_SWEET_MANUAL_ARTIST_TIME_LIST.concat(performanceId); String redisKey = SweetConstant.REDIS_KEY_SWEET_MANUAL_ARTIST_TIME_LIST.concat(performanceId);
redisUtil.del(redisKey); // redisUtil.del(redisKey);
Object obj = redisUtil.get(redisKey); Object obj = redisUtil.get(redisKey);
if (obj == null) { if (obj == null) {
List<SweetPerformArtistTimeListDto> performArtistTimeList = new ArrayList<>(); List<SweetPerformArtistTimeListDto> performArtistTimeList = new ArrayList<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment