fix(任务中心): 定时任务执行时间问题
This commit is contained in:
parent
7bd47bc5d2
commit
407088f34c
|
@ -40,7 +40,7 @@ public class CleanUpReportJob {
|
|||
/**
|
||||
* 清理报告定时任务(所有项目共用一个)
|
||||
*/
|
||||
@QuartzScheduled(cron = "0 26 11 * * ?")
|
||||
@QuartzScheduled(cron = "0 0 1 * * ?")
|
||||
public void cleanReport() {
|
||||
|
||||
long count = getProjectCount();
|
||||
|
|
Loading…
Reference in New Issue