浏览代码

更新状态

xueyiming 7 月之前
父节点
当前提交
879da3b3ed

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