소스 검색

更新状态

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

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

@@ -224,6 +224,7 @@ public class CoreServiceImpl implements CoreService {
                 while (true) {
                     try {
                         MatchContent matchContent = queue.take();
+                        log.info("matchContent={}", matchContent);
                         MatchVideo content = contentService.getContent(matchContent.getSourceId(), matchContent.getGhId());
                         if (content != null) {
                             Integer contentStatus = content.getContentStatus();