|
@@ -193,13 +193,11 @@ public class RecallService implements ApplicationContextAware {
|
|
|
long t2 = System.currentTimeMillis();
|
|
|
CostMonitor.logCost("Recall", "GetAllContents", t2 - t1);
|
|
|
ContentCountMonitor.logCount("Recall", "GetAllContents", Objects.isNull(content) ? 0 : content.size());
|
|
|
- if (whiteAccountList.contains(param.getAccountName())) {
|
|
|
-// // 临时过滤文章视频不匹配content
|
|
|
-// filterNotMatchContent(content);
|
|
|
- // 过滤仅保留审核通过content
|
|
|
- filterAuditPassContent(content);
|
|
|
- }
|
|
|
- ContentCountMonitor.logCount("Recall", "Filter", Objects.isNull(content) ? 0 : content.size());
|
|
|
+// if (whiteAccountList.contains(param.getAccountName())) {
|
|
|
+// // 过滤仅保留审核通过content
|
|
|
+// filterAuditPassContent(content);
|
|
|
+// ContentCountMonitor.logCount("Recall", "Filter", Objects.isNull(content) ? 0 : content.size());
|
|
|
+// }
|
|
|
if (CollectionUtils.isEmpty(content)) {
|
|
|
FeishuMessageSender.sendWebHookMessage(FeishuRobotIdEnum.RECOMMEND.getRobotId(),
|
|
|
"内容召回失败\n"
|