Prechádzať zdrojové kódy

Merge remote-tracking branch 'origin/Payment-Configuration' into Payment-Configuration

yys 1 týždeň pred
rodič
commit
bbc79dcf21

+ 1 - 1
fs-service/src/main/java/com/fs/live/service/impl/LiveServiceImpl.java

@@ -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);