|
@@ -54,7 +54,7 @@ public class ScheduleTask {
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private ChangeDocumentSourceMapper changeDocumentSourceMapper;
|
|
private ChangeDocumentSourceMapper changeDocumentSourceMapper;
|
|
|
|
|
|
|
|
- /*每15分钟定时同步任务状态*/
|
|
|
|
|
|
|
+ /*每天凌晨定时同步任务状态*/
|
|
|
@SneakyThrows
|
|
@SneakyThrows
|
|
|
@GetMapping("/renwulist")
|
|
@GetMapping("/renwulist")
|
|
|
@Scheduled(cron = "0 0 0 * * ?")
|
|
@Scheduled(cron = "0 0 0 * * ?")
|