소스 검색

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

xueyiming 7 달 전
부모
커밋
368e4fb051
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/MatchVideoServiceImpl.java

+ 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();
         }