Procházet zdrojové kódy

去除标记内容敏感

wangyunpeng před 10 měsíci
rodič
revize
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<PublishContentMiniprogramDTO> publishContentList = aigcBaseMapper.getPublishContentByTraceIdIn(traceIds);
         List<String> publishContentIds = publishContentList.stream().map(PublishContentMiniprogramDTO::getPublishContentId).collect(Collectors.toList());
         List<String> publishContentIds = publishContentList.stream().map(PublishContentMiniprogramDTO::getPublishContentId).collect(Collectors.toList());
         buildArticleAuditDelete(publishContentIds);
         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) {
     private void buildArticleAuditDelete(List<String> publishContentIds) {