季度榜方法注释

This commit is contained in:
tianfeng 2026-01-19 23:01:37 +08:00
parent ae57bc67b7
commit a8092e339a

View File

@ -63,8 +63,8 @@ public class CpRankingRewardTask {
/**
* 每天 0点0秒执行 - 检查赛季是否切换如果切换则发送上赛季前三奖励
*/
@Scheduled(cron = "0 0 0 * * ?", zone = "Asia/Riyadh")
@TaskCacheLock(key = "CP_SEASON_RANKING_REWARD_TASK", expireSecond = 86400)
// @Scheduled(cron = "0 0 0 * * ?", zone = "Asia/Riyadh")
// @TaskCacheLock(key = "CP_SEASON_RANKING_REWARD_TASK", expireSecond = 86400)
public void sendSeasonRankingReward() {
long startTime = System.currentTimeMillis();
log.info("========== CP赛季榜奖励发放检查开始 ==========");