提交 8804c068 作者: obcy

【删除命中词的同时删除es中的命中词】

上级 aa521f78
......@@ -53,6 +53,10 @@ public class ClbSubjectHitwordsMapServiceImpl extends ServiceImpl<ClbSubjectHitw
}
}
if (CollectionUtil.isEmpty(searchCondition.getKeywordList())) {
log.info("命中词为空,不删除es");
return;
}
log.info("delEs:{}",searchCondition);
CompletableFuture.runAsync(()-> informationService.removeWordLabel(searchCondition));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论