会议信息修改bug修复
This commit is contained in:
@@ -187,7 +187,7 @@ public class ProcessTimer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// @Scheduled(cron = "0 0 10 * * ? ")//每天十点执行
|
// @Scheduled(cron = "0 0 10 * * ? ")//每天十点执行
|
||||||
@Scheduled(cron = "*/60 * * * *")//每天十点执行
|
@Scheduled(cron = "0 0 0/1 * * ? ")//每天十点执行
|
||||||
// @Scheduled(cron = "*/40 * * * * ? ")//20s
|
// @Scheduled(cron = "*/40 * * * * ? ")//20s
|
||||||
public void everyDayTenOlockScanSAM() {
|
public void everyDayTenOlockScanSAM() {
|
||||||
List<BusProcessNew> busProcessNews=new ArrayList<>();
|
List<BusProcessNew> busProcessNews=new ArrayList<>();
|
||||||
|
|||||||
Reference in New Issue
Block a user