diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/DailyTask.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/DailyTask.java index 6543dd9d..ca029604 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/DailyTask.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/DailyTask.java @@ -218,7 +218,7 @@ public class DailyTask { /** * 贵族每日金币奖励发放 - 沙特时间每日0点执行. */ - @Scheduled(cron = "0 * * * * *", zone = "Asia/Riyadh") + @Scheduled(cron = "0 0 0 * * *", zone = "Asia/Riyadh") @TaskCacheLock(key = "NOBLE_DAILY_GOLD_REWARD_TASK", expireSecond = 86000 ) public void nobleDailyGoldRewardTask() { long startTime = System.currentTimeMillis();