소스 검색

数据缺失重跑

yumeng 5 년 전
부모
커밋
53b8aa990c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/TestController.java

+ 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);
                         }
                     });