|
@@ -216,11 +216,6 @@ public class ArticleAuditService {
|
|
|
List<PublishContentMiniprogramDTO> publishContentList = aigcBaseMapper.getPublishContentByTraceIdIn(traceIds);
|
|
|
List<String> publishContentIds = publishContentList.stream().map(PublishContentMiniprogramDTO::getPublishContentId).collect(Collectors.toList());
|
|
|
buildArticleAuditDelete(publishContentIds);
|
|
|
- List<LongArticlesText> textList = longArticlesTextRepository.getByContentIdIn(contentIds);
|
|
|
- for (LongArticlesText text : textList) {
|
|
|
- String titleMd5 = Md5Util.encoderByMd5(text.getArticleTitle());
|
|
|
- buildArticleUnsafeTitle(titleMd5, text.getArticleTitle());
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
private void buildArticleAuditDelete(List<String> publishContentIds) {
|