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

Commit 5c215b7b authored by 胡佳晨's avatar 胡佳晨

舞台英文名

parent ddb0c7ca
...@@ -35,7 +35,6 @@ public class RedisArDataUtils { ...@@ -35,7 +35,6 @@ public class RedisArDataUtils {
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);
redisUtil.del(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