TASK:mixi;
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user