|
@@ -802,8 +802,8 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
var creative = JSONObject.toJavaObject(detailJson, KuaishouReportHourlyCreative.class);
|
|
var creative = JSONObject.toJavaObject(detailJson, KuaishouReportHourlyCreative.class);
|
|
creative.setAccountId(token.getAccountId());
|
|
creative.setAccountId(token.getAccountId());
|
|
creative.setId("" + creative.getAccountId() + creative.getCreativeId() + creative.getStatDate() + creative.getStatHour());
|
|
creative.setId("" + creative.getAccountId() + creative.getCreativeId() + creative.getStatDate() + creative.getStatHour());
|
|
- KuaishouReportHourlyCreativeStatistic statistic = setHourlyStatistic(creative, token);
|
|
|
|
- hourlyCreativeStatisticService.saveOrUpdate(statistic);
|
|
|
|
|
|
+// KuaishouReportHourlyCreativeStatistic statistic = setHourlyStatistic(creative, token);
|
|
|
|
+// hourlyCreativeStatisticService.saveOrUpdate(statistic);
|
|
hourlyCreativeService.saveOrUpdate(creative);
|
|
hourlyCreativeService.saveOrUpdate(creative);
|
|
}
|
|
}
|
|
getAdvertiserCreativeReportHourlyByPage(token, startDate, endDate, page + 1);
|
|
getAdvertiserCreativeReportHourlyByPage(token, startDate, endDate, page + 1);
|