feat: There is no way the, 注掉定时器执行周期

This commit is contained in:
super_liu
2022-05-12 10:34:35 +08:00
parent b7341b55f3
commit 51a2db5602
@@ -79,7 +79,7 @@ public class UpdateStateBussSync {
// 每天0点1分执行 企标标准文本状态 即将实施和现行有效状态自动变更逻辑
// @Scheduled(cron="0 0 1 1 * ?")
@Scheduled(cron="*/60 * * * * ?")
// @Scheduled(cron="*/60 * * * * ?")
// @Scheduled(cron = "0 1 0 * * ?")
@Async
public void BussScheduled(){