Commit 64d316f6 by 303514581@qq.com

2019/5/14 解决高亮词字段null判断问题

parent 90ccf7e8
......@@ -792,7 +792,7 @@ public class HighLightFillingServiceImpl implements HighLightFillingService {
// 网媒
res = handleMediaBeanNew(searchHit, res, keywords);
}
if (Tools.isEmpty(res.getObject("hlMap", Map.class)) && !Tools.isEmpty(keywords)) {
if (Tools.isEmpty(res.getObject("hLMap", Map.class)) && !Tools.isEmpty(keywords)) {
return null;
}
......
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