feat: There is no way the, 月末 (逻辑和 月初 一样 月末需跑一次下整月 防止特殊原因导致遗漏)
This commit is contained in:
+2
-2
@@ -149,8 +149,8 @@ public class StateSync {
|
||||
}
|
||||
}
|
||||
|
||||
// 月末
|
||||
// @Scheduled(cron="0 0 1 28-31 * ?")
|
||||
// 月末 (逻辑和 月初 一样 月末需跑一次下整月 防止特殊原因导致遗漏)
|
||||
@Scheduled(cron="0 0 1 28-31 * ?")
|
||||
// @Scheduled(cron="*/5 * * * * ?")
|
||||
@Async
|
||||
public void StandScheduledJobMonthEnd(){
|
||||
|
||||
Reference in New Issue
Block a user