浏览代码

数据库修改

yumeng 1 月之前
父节点
当前提交
1ed4aa1154

+ 1 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/report/service/impl/KuaiShouDailyAgentServiceImpl.java

@@ -42,6 +42,7 @@ public class KuaiShouDailyAgentServiceImpl extends ServiceImpl<KuaiShouDailyAgen
         List<Long> appList = new ArrayList<>();
         appList.add(27L);
         appList.add(165893351L);
+        appList.add(63322L);
         for (int i = 0; i < appList.size(); i++) {
             Long appId = appList.get(i);
             log.info("获取代理商数据AppId:{}",appId);