Sfoglia il codice sorgente

代码没提全,添加注释

zhaoxian 4 anni fa
parent
commit
700fda7a9e

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/ai/service/impl/KuaishouAccountSpeedExploreLogServiceImpl.java

@@ -65,7 +65,7 @@ public class KuaishouAccountSpeedExploreLogServiceImpl extends ServiceImpl<Kuais
         //1: 拉取账户下所有的广告组信息
         kuaishouInterfaceService.getGroupList(token, startDate, endDate);
         //2: 查询处于学习期的广告组数据
-        kuaishouInterfaceService.getAdvertiserGroupReportDaily(token,startDate,endDate);
+// TODO       kuaishouInterfaceService.getAdvertiserGroupReportDaily(token,startDate,endDate);
         //3:根据转化目标查询相应的符合条件的广告组数据
         //优化目标 2 行为数 180 激活数 53 表单数 190 付费 191 首日ROI
         Integer convertType = kuaishouAccountSpeedExploreLog.getConvertType();