统计时间

This commit is contained in:
2026-03-26 09:26:57 +08:00
parent 061e003ca7
commit ab697be8ef

View File

@@ -37,7 +37,7 @@ public class StatisticTask {
//每天 00点15分 执行 开始统计数据
@Scheduled(cron = "0 15 0 * * ? ")
@Scheduled(cron = "0 0 5 * * ? ")
public void run() {
log.info("统计数据,定时任务执行");
long start = System.currentTimeMillis();