TASK:mixi;
This commit is contained in:
@@ -80,7 +80,7 @@ public class MiTuExportScheduledTask {
|
||||
// bestSellIsNotNull.lambda().isNotNull(TProduct::getBestSell);
|
||||
List<TProduct> productListAll = productMapper.selectList(bestSellIsNotNull);
|
||||
LocalDate today = LocalDate.now();
|
||||
for (int i = 0; i < 2; i++) {
|
||||
for (int i = 0; i < 3; i++) {
|
||||
// 将这一天的商品销售数量入库
|
||||
miTuProductSellNumEntry(today, productListAll);
|
||||
today = today.minusDays(1);
|
||||
|
||||
Reference in New Issue
Block a user