修改定时任务

This commit is contained in:
yangjun 2024-08-06 23:13:30 +08:00
parent ab02b71b1e
commit dfc8d1cf2f
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ public class AllTaskServiceImpl implements AllTaskSercice {
//赠送盛安豆定时任务
@Scheduled(cron = "0 0/1 * * * ?")
@Scheduled(cron = "0 10 0 * * ?")
public void updateSadJob() {
QueryWrapper<BlSadJob> query = new QueryWrapper<>();
query.eq("sfwc",0);