1、批量查询环卫车作业增加任务调度

This commit is contained in:
yitonglei 2022-05-23 08:55:14 +08:00
parent 1c5245e648
commit 46f78b7cc5
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class SanitationService {
}
}
//批量查询环卫车作业数据并保存
//批量查询环卫车作业数据并保存可以根据实际需求更改
@Scheduled(cron = "0 0 8 * * ?")
public void saveSanitationTaskScheduled(){
QueryWrapper<SanitationTask> wrapper = new QueryWrapper<>();