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