|
@@ -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);
|
|
|
}
|