Commit 00b5c00f by 陈健智

全网搜分析query log关闭

parent 0a737f40
......@@ -975,7 +975,6 @@ public class SearchWholeServiceImpl implements SearchWholeService {
}
// platform
if (CollectionUtils.isNotEmpty(dto.getPlatforms())) {
log.info(dto.getPlatforms());
postFilter.must(EsQueryTools.assemblePlatformQuery(Tools.getPlatformByIds(dto.getPlatforms())));
}
// videoPlatforms
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment