TASK:mixi;

This commit is contained in:
shahaibo
2024-09-14 21:34:59 +08:00
parent cf0b45ae7f
commit 392e5c7738
2 changed files with 4 additions and 4 deletions

View File

@@ -76,9 +76,9 @@ public class MiTuExportScheduledTask {
public void executeWeeklyHeavyStockReport() { public void executeWeeklyHeavyStockReport() {
// customerPurchaseReport(); // customerPurchaseReport();
// NewJoinVIPReport(); // NewJoinVIPReport();
weeklySellThrReport(); // weeklySellThrReport();
WeeklyHeavyStockReport(); // WeeklyHeavyStockReport();
QuarterlyProductGroupingReport(); // QuarterlyProductGroupingReport();
// customerTypeAnalysis(); // customerTypeAnalysis();
// getBestSell30Days(); // getBestSell30Days();
// getData(); // getData();

View File

@@ -117,7 +117,7 @@ public class SalesIncentivesServiceImpl extends ServiceImpl<TaskRuleMapper, Task
} }
if (taskRuleQuery.getSalesmanName() != null) { if (taskRuleQuery.getSalesmanName() != null) {
queryWrapper.eq("salesman_name", taskRuleQuery.getSalesmanName()); queryWrapper.like("salesman_name", taskRuleQuery.getSalesmanName());
} }
queryWrapper.select("salesman_name, SUM(incentive_num) as incentiveNum") queryWrapper.select("salesman_name, SUM(incentive_num) as incentiveNum")