TASK:mixi;
This commit is contained in:
@@ -76,9 +76,9 @@ public class MiTuExportScheduledTask {
|
||||
public void executeWeeklyHeavyStockReport() {
|
||||
// customerPurchaseReport();
|
||||
// NewJoinVIPReport();
|
||||
weeklySellThrReport();
|
||||
WeeklyHeavyStockReport();
|
||||
QuarterlyProductGroupingReport();
|
||||
// weeklySellThrReport();
|
||||
// WeeklyHeavyStockReport();
|
||||
// QuarterlyProductGroupingReport();
|
||||
// customerTypeAnalysis();
|
||||
// getBestSell30Days();
|
||||
// getData();
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user