|
@@ -451,9 +451,11 @@ public class ByteDanceAdvertiserDataServiceImpl implements IByteDanceAdvertiserD
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (hourlyList.size() > 0) {
|
|
if (hourlyList.size() > 0) {
|
|
|
|
+ log.info("头条广告主时报请求完成,accountId:{}",token.getAccountId());
|
|
bytedanceAdvertiserReportHourlyMapper.insert(hourlyList);
|
|
bytedanceAdvertiserReportHourlyMapper.insert(hourlyList);
|
|
}
|
|
}
|
|
if (dailyList.size() > 0) {
|
|
if (dailyList.size() > 0) {
|
|
|
|
+ log.info("头条广告主日报请求完成,accountId:{}",token.getAccountId());
|
|
bytedanceAdvertiserReportDailyMapper.insert(dailyList);
|
|
bytedanceAdvertiserReportDailyMapper.insert(dailyList);
|
|
}
|
|
}
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|