فهرست منبع

违规文章删除HTML

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

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

@@ -567,7 +567,6 @@ public class ArticleAuditService {
                 .collect(Collectors.toMap(PublishAccountTypeDTO::getGhId, Function.identity()));
         List<String> ghIds = list.stream().map(ArticleDeleteListVO::getGhId).distinct().collect(Collectors.toList());
         List<PublishAccount> publishAccountList = publishAccountRepository.getAllByGhIdIn(ghIds);
-        log.info("newSortStrategyData publishAccountList finish");
         Map<String, PublishAccount> publishAccountMap = publishAccountList.stream().collect(Collectors.toMap(PublishAccount::getGhId, o -> o));
         // 获取发布内容
         List<PublishContentParam> publishContentParamList = list.stream().map(article -> {