|
@@ -154,7 +154,8 @@ public class ArticleService {
|
|
|
RootPublishContentVO result = getRootPublishContent(channelContentId, null, publishContentId, null, 0);
|
|
|
log.info("syncAigcIdByWxSn getRootPublishContent finish cost:{}", System.currentTimeMillis() - start);
|
|
|
// 更新source root publish_content_id
|
|
|
- crawlerBaseMapper.updateArticleSourceRootId(wxSn, result.getSourcePublishContentId(), result.getRootPublishContentId());
|
|
|
+ crawlerBaseMapper.updateArticleSourceRootId(wxSn, result.getSourcePublishContentId(), result.getRootPublishContentId(),
|
|
|
+ result.getRootProduceContentId());
|
|
|
}
|
|
|
|
|
|
private PublishContent getPublishContentByTitle(Map<String, List<PublishContentOutput>> publishContentOutputMap,
|