提交 a0763163 作者: 925993793@qq.com

Merge remote-tracking branch 'origin/event_fusion' into event_fusion

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