TASK:mixi;
This commit is contained in:
@@ -59,7 +59,7 @@ public class MiTuExportScheduledTask {
|
||||
// WeeklyHeavyStockReport();
|
||||
// QuarterlyProductGroupingReport();
|
||||
// customerTypeAnalysis();
|
||||
getBestSell();
|
||||
// getBestSell();
|
||||
}
|
||||
|
||||
// public static void main(String[] args) {
|
||||
|
||||
@@ -181,8 +181,9 @@ public class TAppProductService extends ServiceImpl<TProductMapper, TProduct> {
|
||||
}
|
||||
if (!StringUtils.isEmpty(query.getMemberCode())) {
|
||||
productIds.retainAll(byItemAndType);
|
||||
}else {
|
||||
productIds.addAll(byItemAndType);
|
||||
}
|
||||
productIds.addAll(byItemAndType);
|
||||
}
|
||||
if (CollectionUtils.isEmpty(productIds)) {
|
||||
return PageBaseResponse.success(new Page<>());
|
||||
|
||||
Reference in New Issue
Block a user