xueyiming hai 7 meses
pai
achega
0a0934e701

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

@@ -191,10 +191,10 @@ public class CoreServiceImpl implements CoreService {
                 param.setAccountId(planAccount.getAccountId());
                 param.setPlanId(planAccount.getPlanId());
                 LongArticleSystemContentVO longArticleSystemContentVO = aigcService.getContentItemList(param);
-                log.info("longArticleSystemContentVO={}", longArticleSystemContentVO);
                 if (longArticleSystemContentVO == null || CollectionUtils.isEmpty(longArticleSystemContentVO.getContentItemList())) {
                     continue;
                 }
+                log.info("longArticleSystemContentVO totalCount={}", longArticleSystemContentVO.getTotalCount());
                 for (ContentItemVO contentItemVO : longArticleSystemContentVO.getContentItemList()) {
                     MatchContent matchContent = new MatchContent();
                     matchContent.setSourceId(contentItemVO.getSourceId());