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() {
// customerPurchaseReport();
// NewJoinVIPReport();
weeklySellThrReport();
WeeklyHeavyStockReport();
QuarterlyProductGroupingReport();
// weeklySellThrReport();
// WeeklyHeavyStockReport();
// QuarterlyProductGroupingReport();
// customerTypeAnalysis();
// getBestSell30Days();
// getData();

View File

@@ -117,7 +117,7 @@ public class SalesIncentivesServiceImpl extends ServiceImpl<TaskRuleMapper, Task
}
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")