فهرست منبع

去除标记内容敏感

wangyunpeng 6 ماه پیش
والد
کامیت
a46aab0975

+ 0 - 5
long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/service/recommend/ArticleAuditService.java

@@ -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) {