Merge remote-tracking branch 'origin/master'

This commit is contained in:
Tankaikai
2025-03-12 10:42:54 +08:00
6 changed files with 37 additions and 20 deletions

View File

@@ -19,7 +19,7 @@ public class StatisticTask {
@Resource
private ShopOrderStatisticService shopOrderStatisticService;
// @Scheduled(cron = "0 0 18 * * ?")
@Scheduled(cron = "0 0 9 * * ?")
public void run() {
shopOrderStatisticService.statistic();
shopProdStatisticService.statistic();