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