|
|
@@ -1028,7 +1028,7 @@ public class LiveServiceImpl implements ILiveService
|
|
|
// redisCache.redisTemplate.opsForZSet().add("live:auto_task:" + live.getLiveId(), JSON.toJSONString(liveAutoTask),liveAutoTask.getAbsValue().getTime());
|
|
|
// redisCache.redisTemplate.expire("live:auto_task:"+live.getLiveId(), 1, TimeUnit.DAYS);
|
|
|
// });
|
|
|
- // 充值
|
|
|
+ // 重置
|
|
|
liveAutoTaskService.recalcLiveAutoTask(exist);
|
|
|
String cacheKey = String.format(LiveKeysConstant.LIVE_DATA_CACHE, live.getLiveId());
|
|
|
redisCache.deleteObject(cacheKey);
|