|
@@ -265,7 +265,7 @@ public class ByteDanceAdvertiserDataServiceImpl implements IByteDanceAdvertiserD
|
|
|
conditions.setPageSize(1000);
|
|
|
conditions.setTimeGranularity(bytedanceReportTypePl);
|
|
|
conditions.setFields(conditions.getFieldsList());
|
|
|
- log.info("账户--{}正在执行广告主{}数据", conditions.getAdvertiserId(), bytedanceReportTypePl);
|
|
|
+ // log.info("账户--{}正在执行广告主{}数据", conditions.getAdvertiserId(), bytedanceReportTypePl);
|
|
|
return conditions;
|
|
|
}
|
|
|
|
|
@@ -451,9 +451,11 @@ public class ByteDanceAdvertiserDataServiceImpl implements IByteDanceAdvertiserD
|
|
|
}
|
|
|
}
|
|
|
if (hourlyList.size() > 0) {
|
|
|
+ log.info("头条广告主时报请求完成,accountId:{}",token.getAccountId());
|
|
|
bytedanceAdvertiserReportHourlyMapper.insert(hourlyList);
|
|
|
}
|
|
|
if (dailyList.size() > 0) {
|
|
|
+ log.info("头条广告主日报请求完成,accountId:{}",token.getAccountId());
|
|
|
bytedanceAdvertiserReportDailyMapper.insert(dailyList);
|
|
|
}
|
|
|
} catch (Exception e) {
|