定时任务修改

This commit is contained in:
张松
2025-03-18 09:52:29 +08:00
parent 1a297840bd
commit 1e0e8f251c
3 changed files with 11 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ public class StatisticTask {
@Resource
private ShopOrderStatisticService shopOrderStatisticService;
// @Scheduled(cron = "1/6 * * * * ? ")
@Scheduled(cron = "0 0 9 * * ?")
public void run() {
long start = System.currentTimeMillis();