|
@@ -181,7 +181,7 @@ public class AdUnitReportServiceImpl implements IAdUnitReportService {
|
|
|
toGet = false;
|
|
|
}
|
|
|
if (toGet) {
|
|
|
- getAdUnitReport(accountId, null, accessToken, startDate, endDate, page + 1);
|
|
|
+ checkGroupInfo(accountId, accessToken, startDate, endDate, page + 1);
|
|
|
} else {
|
|
|
log.info(" =》AdUnitReportServiceImpl.checkGroupInfo =》快手广告组数据获取完成:accountId:{}", accountId);
|
|
|
}
|
|
@@ -333,7 +333,7 @@ public class AdUnitReportServiceImpl implements IAdUnitReportService {
|
|
|
}
|
|
|
if (!Check.isNull(ksAdUnitList)) {
|
|
|
adUnitReportMapper.replaceBatchKsAdUnit(ksAdUnitList);
|
|
|
- log.info("组数据添加成功,accountId:{},条数:{}", accountId, ksAdUnitList.size());
|
|
|
+ log.info("------【accountId:{} 】添加广告组DATA成功,执行数量:{}", accountId, ksAdUnitList.size());
|
|
|
}
|
|
|
}
|
|
|
|