From 69aef229e2984f1712e3383181c219ad0d65a26e Mon Sep 17 00:00:00 2001 From: shahaibo <1023316923@qq.com> Date: Mon, 29 Apr 2024 11:44:28 +0800 Subject: [PATCH] TASK:mixi; --- .../java/com/mixi/common/tasks/MiTuExportScheduledTask.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/mixi/common/tasks/MiTuExportScheduledTask.java b/src/main/java/com/mixi/common/tasks/MiTuExportScheduledTask.java index 4a9e549..64993ca 100644 --- a/src/main/java/com/mixi/common/tasks/MiTuExportScheduledTask.java +++ b/src/main/java/com/mixi/common/tasks/MiTuExportScheduledTask.java @@ -59,7 +59,7 @@ public class MiTuExportScheduledTask { // WeeklyHeavyStockReport(); // QuarterlyProductGroupingReport(); // customerTypeAnalysis(); -// getBestSell(); + getBestSell(); } // public static void main(String[] args) { @@ -80,7 +80,7 @@ public class MiTuExportScheduledTask { // bestSellIsNotNull.lambda().isNotNull(TProduct::getBestSell); List productListAll = productMapper.selectList(bestSellIsNotNull); LocalDate today = LocalDate.now(); - for (int i = 0; i < 1; i++) { + for (int i = 0; i < 2; i++) { // 将这一天的商品销售数量入库 miTuProductSellNumEntry(today, productListAll); today = today.minusDays(1);