定时任务改为八点

This commit is contained in:
GYJ 2025-03-19 09:26:49 +08:00
parent c2bb72ebff
commit 36ddbba45e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ public class StatisticTask {
private ShopOrderStatisticService shopOrderStatisticService;
// @Scheduled(cron = "1/6 * * * * ? ")
@Scheduled(cron = "0 0 9 * * ?")
@Scheduled(cron = "0 0 8 * * ?")
public void run() {
long start = System.currentTimeMillis();
log.info("定时任务执行,开始统计数据");