This commit is contained in:
zhaokaiyao@91isoft.com
2021-09-09 19:44:48 +08:00
parent a69f009002
commit 6aad71715c
@@ -57,8 +57,8 @@ public class ScheduledJob {
// @Scheduled(cron = "0 0 0 * * ?") //每天的凌晨0点执行
@Scheduled(cron="*/5 * * * * ?")
@Scheduled(cron = "0 0 0 * * ?") //每天的凌晨0点执行
// @Scheduled(cron="*/5 * * * * ?")
@Async
public void WarningSchedulingTasks() {