|
@@ -170,7 +170,7 @@ public class MonitorBytedanceServiceImpl implements IMonitorBytedanceService {
|
|
|
//查询 配置的点击监测链接
|
|
|
List<MonitorBytedanceAdVo> accountList = monitorBytedanceActionTrackUrlMapper.getAccountActionTrackUrl(accountId,"1",null);
|
|
|
if(Check.isNull(accountList)){
|
|
|
- //log.info("====accountId:{}======暂无账户配置第三方点击监测链接信息=====",accountId);
|
|
|
+ log.info("====accountId:{}======暂无账户配置第三方点击监测链接信息=====",accountId);
|
|
|
return Result.successMsg("=======accountId:"+accountId+"===暂无账户配置第三方点击监测链接信息=====",null);
|
|
|
}
|
|
|
for (MonitorBytedanceAdVo accountInfo : accountList) {
|
|
@@ -178,7 +178,7 @@ public class MonitorBytedanceServiceImpl implements IMonitorBytedanceService {
|
|
|
//根据账户 查询头条计划中的 点击监测链接
|
|
|
List<MonitorBytedanceAdVo> actionTrackUrlList = monitorBytedanceActionTrackUrlMapper.getBytedancPlanActionTrackUrl(Long.valueOf(accountInfo.getAccountId()));
|
|
|
if(Check.isNull(actionTrackUrlList)){
|
|
|
- //log.info("accountId:=={}====暂无计划信息============",accountInfo.getAccountId());
|
|
|
+ log.info("accountId:=={}====暂无计划信息============",accountInfo.getAccountId());
|
|
|
return Result.successMsg("accountId:=={"+accountInfo.getAccountId()+"}====暂无计划信息============。",null);
|
|
|
}
|
|
|
List<String> planList = new ArrayList<>();
|