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