yumeng 9 月之前
父节点
当前提交
d065779d3e

+ 6 - 5
job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/handler/CompassBindAdvertisersJob.java

@@ -38,7 +38,8 @@ public class CompassBindAdvertisersJob {
         String token = tokenService.getOuthTokenAccountId(39526067L);
         compassBindAdvertisersService.openapiGwUcV1Advertisers(advertiserId, token)
 
-        ;Long advertiserId2 = 4541748730L;
+        ;
+        Long advertiserId2 = 4541748730L;
         String token2 = tokenService.getOuthTokenAccountId(52899077L);
         compassBindAdvertisersService.openapiGwUcV1Advertisers(advertiserId2, token2);
         log.info("------【获取罗盘绑定广告主列】执行完成");
@@ -52,12 +53,12 @@ public class CompassBindAdvertisersJob {
         }
         String token = null;
         String corporationName = advertiser.getCorporationName();
-        if (!Check.isNull(corporationName) && corporationName.contains("汇创")) {
-            //汇创
-            token = tokenService.getAgentTokenByAgentId(14L);
-        } else {
+        if (!Check.isNull(corporationName) && corporationName.contains("骄阳")) {
             //723 骄阳token
             token = tokenService.getAgentTokenByAgentId(723L);
+        } else {
+            //汇创
+            token = tokenService.getAgentTokenByAgentId(14L);
         }
         return token;
     }

+ 3 - 0
job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/handler/RuixuanJob.java

@@ -148,6 +148,9 @@ public class RuixuanJob {
     }
 
 
+
+
+
     /**
      * 插入昨天数据 kuaishou_supply_chain
      */