Browse Source

新上监控提交

zhouzeyu@c-top.com.cn 4 năm trước cách đây
mục cha
commit
4486f66807

+ 1 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/report/controller/KsNewGroupReportCtrl.java

@@ -130,7 +130,7 @@ public class KsNewGroupReportCtrl {
         String endDate = requestBody.getString("endDate");
         String target = requestBody.getString("target");
         String order = requestBody.getString("order");
-        List<JSONObject> listData = newGroupReportService.getKsNewGroupGroupByAccount(accountIds, startDate, endDate, target, order);
+        List<JSONObject> listData = newMonitorService.getKuaiShouGroupMessage(accountIds, startDate, endDate, target);
 
         List<List<Object>> excelList = new ArrayList<>();
         listData.forEach(data -> {

+ 1 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/report/controller/KsNewPlanReportCtrl.java

@@ -129,7 +129,7 @@ public class KsNewPlanReportCtrl {
         String endDate = requestBody.getString("endDate");
         String target = requestBody.getString("target");
         String order = requestBody.getString("order");
-        List<JSONObject> listData = newPlanReportService.getKsNewPlanGroupByAccount(accountIds, startDate, endDate, target, order);
+        List<JSONObject> listData = newMonitorService.getPlanMessage(accountIds, startDate, endDate, target, "1");
 
         List<List<Object>> excelList = new ArrayList<>();
         listData.forEach(data -> {