yumeng 1 年之前
父節點
當前提交
52a1cb303f

+ 2 - 2
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/JiaoYangFenXiaoServiceImpl.java

@@ -187,8 +187,8 @@ public class JiaoYangFenXiaoServiceImpl implements IJiaoYangFenXiaoService {
             clipCooperation.setClipGmv30d(jsonObject.getString("clipGmv30d"));
             clipCooperation.setAuthItemGmv30d(jsonObject.getString("authItemGmv30d"));
             clipCooperation.setStatDate(statDate);
-            JSONObject getData = this.getClipData(jsonObject.getLong("clipId"), cookie);
-          /*  if (!Check.isNull(getData)) {
+           /*  JSONObject getData = this.getClipData(jsonObject.getLong("clipId"), cookie);
+           if (!Check.isNull(getData)) {
                 clipCooperation.setVideoCount(getData.getString("videoCount"));
                 clipCooperation.setVideoShow(getData.getString("videoShow"));
                 Thread.sleep(60 * 1000);