fix(任务中心): 定时任务执行时间问题

This commit is contained in:
song-cc-rock 2024-11-26 11:02:29 +08:00 committed by 刘瑞斌
parent 7bd47bc5d2
commit 407088f34c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class CleanUpReportJob {
/** /**
* 清理报告定时任务所有项目共用一个 * 清理报告定时任务所有项目共用一个
*/ */
@QuartzScheduled(cron = "0 26 11 * * ?") @QuartzScheduled(cron = "0 0 1 * * ?")
public void cleanReport() { public void cleanReport() {
long count = getProjectCount(); long count = getProjectCount();