소스 검색

分账户次留调整

yumeng 4 년 전
부모
커밋
5b4f2b9ed5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      module-job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/handler/KuaishouDailyAccountReportLoadJob.java

+ 2 - 0
module-job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/handler/KuaishouDailyAccountReportLoadJob.java

@@ -43,6 +43,8 @@ public class KuaishouDailyAccountReportLoadJob {
                     kuaishouInterfaceService.getAdvertiserReportDaily(token, getDate2, getDate2);
                     kuaishouInterfaceService.getAdvertiserReportDaily(token, getDate, getDate);
                     kuaishouInterfaceService.getAdvertiserReportDaily(token, getDate3, getDate3);
+                    kuaishouInterfaceService.getAdvertiserReportHourly(token, getDate3, getDate3);
+
         }));
         return ReturnT.SUCCESS;
     }