1、批量查询环卫车作业增加任务调度
This commit is contained in:
parent
1c5245e648
commit
46f78b7cc5
|
@ -76,7 +76,7 @@ public class SanitationService {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//批量查询环卫车作业数据并保存,
|
//批量查询环卫车作业数据并保存,可以根据实际需求更改
|
||||||
@Scheduled(cron = "0 0 8 * * ?")
|
@Scheduled(cron = "0 0 8 * * ?")
|
||||||
public void saveSanitationTaskScheduled(){
|
public void saveSanitationTaskScheduled(){
|
||||||
QueryWrapper<SanitationTask> wrapper = new QueryWrapper<>();
|
QueryWrapper<SanitationTask> wrapper = new QueryWrapper<>();
|
||||||
|
|
Loading…
Reference in New Issue