修改定时任务
This commit is contained in:
parent
ab02b71b1e
commit
dfc8d1cf2f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue