diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/TeamBillTask.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/TeamBillTask.java index bf4ce261..41fe441e 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/TeamBillTask.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/TeamBillTask.java @@ -36,7 +36,7 @@ public class TeamBillTask { */ // 每月最后一天 0点执行 // @Scheduled(cron = "0 0 0 L * ?", zone = "Asia/Riyadh") - @Scheduled(cron = "0 0 0 1 * ?", zone = "Asia/Riyadh") + @Scheduled(cron = "0 0 5 16 * ?", zone = "Asia/Riyadh") @TaskCacheLock(key = "PROCESS_TEAM_BILL", expireSecond = 86400) public void processTeamMonthBill() { long startTime = System.currentTimeMillis();