TASK:搭配

This commit is contained in:
shahaibo
2024-04-08 13:22:10 +08:00
parent 53caa6936c
commit 02a9ca6b73

View File

@@ -52,11 +52,11 @@ public class MiTuExportScheduledTask {
@PostConstruct @PostConstruct
public void executeWeeklyHeavyStockReport() { public void executeWeeklyHeavyStockReport() {
customerPurchaseReport(); // customerPurchaseReport();
NewJoinVIPReport(); // NewJoinVIPReport();
weeklySellThrReport(); // weeklySellThrReport();
WeeklyHeavyStockReport(); // WeeklyHeavyStockReport();
QuarterlyProductGroupingReport(); // QuarterlyProductGroupingReport();
} }
/** /**