Browse Source

次留调整

yumeng 4 years ago
parent
commit
f5945321d2

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

@@ -42,7 +42,7 @@ public class KuaishouDailyAccountReportLoadJob {
         tokens.forEach(token -> executorService.submit(() ->{
                     kuaishouInterfaceService.getAdvertiserReportDaily(token, getDate2, getDate2);
                     kuaishouInterfaceService.getAdvertiserReportDaily(token, getDate, getDate);
-                    kuaishouInterfaceService.getAdvertiserReportDaily(token, getDate3, getDate);
+                    kuaishouInterfaceService.getAdvertiserReportDaily(token, getDate3, getDate3);
         }));
         return ReturnT.SUCCESS;
     }