Merge remote-tracking branch 'origin/develop_master' into develop_3

This commit is contained in:
zhaokaiyao@91isoft.com
2022-01-11 14:23:55 +08:00
@@ -187,7 +187,7 @@ public class ProcessTimer {
}
// @Scheduled(cron = "0 0 10 * * ? ")//每天十点执行
@Scheduled(cron = "0 0 * * * ")//每天十点执行
@Scheduled(cron = "0 0 0/1 * * ? ")//每天十点执行
// @Scheduled(cron = "*/40 * * * * ? ")//20s
public void everyDayTenOlockScanSAM() {
List<BusProcessNew> busProcessNews=new ArrayList<>();