瀏覽代碼

Merge branch 'dev-xym-log' of Server/long-article-manage into master

xueyiming 3 月之前
父節點
當前提交
368e4fb051

+ 1 - 0
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/MatchVideoServiceImpl.java

@@ -435,6 +435,7 @@ public class MatchVideoServiceImpl {
                     uploadCrawlerVideoQueue.addAll(matchVideos);
                 } while (!CollectionUtils.isEmpty(matchVideos));
             }
+            log.info("uploadCrawlerVideoQueue add end");
             countDownLatch.await();
         }