Przeglądaj źródła

头条-2022-master-end

yangzian 3 lat temu
rodzic
commit
d1cbadb8d5

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

@@ -170,15 +170,15 @@ public class MonitorBytedanceServiceImpl implements IMonitorBytedanceService {
         //查询 配置的点击监测链接
         List<MonitorBytedanceAdVo> accountList = monitorBytedanceActionTrackUrlMapper.getAccountActionTrackUrl(accountId,"1",null);
         if(Check.isNull(accountList)){
-            log.info("=======暂无账户配置第三方点击监测链接信息=====");
-            return Result.successMsg("=======暂无账户配置第三方点击监测链接信息=====",null);
+            //log.info("====accountId:{}======暂无账户配置第三方点击监测链接信息=====",accountId);
+            return Result.successMsg("=======accountId:"+accountId+"===暂无账户配置第三方点击监测链接信息=====",null);
         }
         for (MonitorBytedanceAdVo accountInfo : accountList) {
             //校验 拉取后台计划 监测链接
             //根据账户 查询头条计划中的 点击监测链接
             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<>();