소스 검색

Merge branch 'wyp/0122-fix' of Server/long-article-recommend into master

wangyunpeng 3 달 전
부모
커밋
213074d2f1

+ 2 - 2
long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/service/recommend/recall/RecallService.java

@@ -192,8 +192,8 @@ public class RecallService implements ApplicationContextAware {
         long t2 = System.currentTimeMillis();
         CostMonitor.logCost("Recall", "GetAllContents", t2 - t1);
         if (whiteAccountList.contains(param.getAccountName())) {
-            // 临时过滤文章视频不匹配content
-            filterNotMatchContent(content);
+//            // 临时过滤文章视频不匹配content
+//            filterNotMatchContent(content);
             // 过滤仅保留审核通过content
             filterAuditPassContent(content);
         }