Browse Source

素材数据调整

zhaoxian 3 years ago
parent
commit
b0c30dc5b8

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

@@ -46,7 +46,7 @@ public class VideoReportJob {
         new Runnable() {
         new Runnable() {
           @Override
           @Override
           public void run() {
           public void run() {
-            videoReportDailyService.getVideoReportDaily(Long.valueOf(param), token, startDate, endDate, 1);
+            videoReportDailyService.getVideoReportDaily(Long.valueOf(param), token, startDate, startDate, 1);
           }
           }
         });
         });
   }
   }