Commit 4d529545 by wangxing

解决简要案情导出bug

parent da96f640
......@@ -70,7 +70,7 @@ public class SolrServiceImpl implements SolrService {
if(CollectionUtils.isNotEmpty(fqList)){
for(int i=0;i<fqList.size();i++){
filterQuery.addFilterQuery(fqList.get(i)); //遍历fqList,加入filterQuery,每个关联的core用一个fq
flag +=fqList.get(i)+"&&&"; //将查询条件保存到flag中,传到前端,以便前端使用
flag +=fqList.get(i)+" AND"+q; //将查询条件保存到flag中,传到前端,以便前端使用
}
}
// ======高亮设置===
......
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