Browse Source

增加日志

xueyiming 8 months ago
parent
commit
9791ec94fc

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