工程换表

This commit is contained in:
lSun 2024-12-13 19:26:38 +08:00
parent ac4b5920f8
commit fde5df672a
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@ public class ProTask {
}
@Async("testTaskExecutor")
// @Scheduled(cron = "0 0 23 * * ?")
@Scheduled(cron = "0 0/1 * * * ?")
@Scheduled(cron = "0 0 23 * * ?")
// @Scheduled(cron = "0 0/1 * * * ?")
@ApiOperation("获取标段工程列表")
public void bidProTask() {
log.info("获取标段工程列表----------->start");