yumeng %!s(int64=5) %!d(string=hai) anos
pai
achega
6cf85c8da4

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/job/KuaishouDailyLoadFileJob.java

@@ -68,7 +68,7 @@ public class KuaishouDailyLoadFileJob implements Job {
                 } catch (InterruptedException e) {
                     e.printStackTrace();
                 }
-                kuaiShouDailyReportTaskService.formatCreativeDailyReportData(null, nowDate);
+                kuaiShouDailyReportTaskService.formatCreativeDailyReportData(null, statDate);
                 executorService.shutdown();
             }
         };