Bladeren bron

头条-2022-master-end

yangzian 3 jaren geleden
bovenliggende
commit
a74f6f2612

+ 2 - 2
jeecg-boot-bytedance/src/main/java/org/jeecg/modules/bytedance/advertise/service/impl/MonitorBytedanceServiceImpl.java

@@ -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<>();