|
@@ -67,7 +67,7 @@ public class BytedanceCampaignLoadJob {
|
|
|
List<Object> campAccountList;
|
|
|
campAccountList = redisUtil.getList(yesterda,null);
|
|
|
for (Object accountId : campAccountList) {
|
|
|
- log.info("广告组遗漏数据补充,日期:{},accountId:{}",yesterda,campAccountList.toString());
|
|
|
+ //log.info("广告组遗漏数据补充,日期:{},accountId:{}",yesterda,campAccountList.toString());
|
|
|
String token = tokenService.getByAccountId(Long.valueOf(String.valueOf(accountId)));
|
|
|
if (Check.isNull(token)) {
|
|
|
log.error("此账户未获取到相关token,accountId:{}", accountId);
|