Преглед изворни кода

Merge branch 'video-dev' into test

hcst_sunzhen пре 5 година
родитељ
комит
88fa81db99

+ 1 - 1
module-toutiao/src/main/java/cn/com/ctop/toutiao/modules/report/controller/BytedanceReportController.java

@@ -13,6 +13,7 @@ import org.jeecg.common.util.DateUtils;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.*;
 
+import java.util.ArrayList;
 import java.util.List;
 import java.util.concurrent.ExecutorService;
 import java.util.concurrent.Executors;
@@ -208,7 +209,6 @@ public class BytedanceReportController {
                                     byteDanceVideoReportDailyService.videoInfoListByAccountId(start,end,accountId);
                                 }
                             }
-                            byteDanceVideoReportDailyService.videoInfoListByAccountId(retry.getStartDate(), retry.getEndDate(), token.getAccountId());
 
                         } catch (Exception e) {
                             e.printStackTrace();