소스 검색

增加日志

xueyiming 11 달 전
부모
커밋
9791ec94fc
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

@@ -151,6 +151,7 @@ public class CoreServiceImpl implements CoreService {
             if (longArticleSystemContentVO == null) {
                 continue;
             }
+            log.info("longArticleSystemContentVO total={} accountId={}", longArticleSystemContentVO.getTotalCount(), param.getAccountId());
             //没有待匹配的文章  更新状态为1
             if (longArticleSystemContentVO.getTotalCount() == 0
                     || CollectionUtils.isEmpty(longArticleSystemContentVO.getContentItemList())) {