yumeng vor 5 Jahren
Ursprung
Commit
8728cf4e33

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

@@ -397,7 +397,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
 
 
 
-          /*  var detailJson = details.getJSONObject(i);
+
             var show = detailJson.getLong("show");
             detailJson.put("photo_show", show);
             var like = detailJson.getLong("like");
@@ -405,7 +405,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
             var kuaishouReportDailyAccount = JSONObject.toJavaObject(detailJson, KuaishouReportDailyAccount.class);
             kuaishouReportDailyAccount.setAccountId(token.getAccountId());
             kuaishouReportDailyAccount.setId("" + token.getAccountId() + kuaishouReportDailyAccount.getStatDate());
-            dailyAccountService.saveOrUpdate(kuaishouReportDailyAccount);*/
+            dailyAccountService.saveOrUpdate(kuaishouReportDailyAccount);
         }
         getAccountDailyReportByPage(token, startDate, endDate, page + 1);
     }