测试会后流程 一小时发起一次

This commit is contained in:
yuezhihang
2022-01-11 11:08:14 +08:00
parent bf0d4c2106
commit 914d2c3d06
@@ -186,7 +186,8 @@ public class ProcessTimer {
}
}
@Scheduled(cron = "0 0 10 * * ? ")//每天十点执行
// @Scheduled(cron = "0 0 10 * * ? ")//每天十点执行
@Scheduled(cron = "0 0 * * * ")//每天十点执行
// @Scheduled(cron = "*/40 * * * * ? ")//20s
public void everyDayTenOlockScanSAM() {
List<BusProcessNew> busProcessNews=new ArrayList<>();