Przeglądaj źródła

数据缺失重跑

yumeng 5 lat temu
rodzic
commit
53b8aa990c

+ 2 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/TestController.java

@@ -136,6 +136,7 @@ public class TestController {
                 @Override
                 public void run() {
                     try {
+                        System.err.println("获取创意,accountId:" +token.getAccountId() );
                         kuaishouInterfaceService.getCreativeList(token, null, null);
                         //  kuaishouInterfaceService.getVideoList2(token, null, null,1);
                         //3: 获取图片信息数据
@@ -170,7 +171,7 @@ public class TestController {
                     executorService.submit(new Runnable() {
                         @Override
                         public void run() {
-                            System.err.println("accountId:" + token.getAccountId());
+                            System.err.println("创意报表accountId:" + token.getAccountId());
                             kuaishouInterfaceService.getAdvertiserCreativeReportDaily(token, startDate, endDate);
                         }
                     });