Commit 1571edab by wangxing

未知名尸体下的接受案事件结果关联未知名尸体查询

parent 29c3ebd2
......@@ -10208,7 +10208,7 @@ public class SolrController {
fqList.add(fq);
}*/
//关联未知名尸体信息
String wzmstQ = "";
String wzmstQ = "XXSC_PDBZ:0";
if(null!=asjRyRelateVO.getSpsj() && !"".equals(asjRyRelateVO.getSpsj())){
if("null".equals(asjRyRelateVO.getSpsj())){
wzmstQ += " AND -SPSJ:*";
......@@ -10444,7 +10444,8 @@ public class SolrController {
if(StringUtils.isNotBlank(wzmstQ)){
String fq = "{!join fromIndex=TB_XW_JBWZMST from=GLXX_XXZJBH to=ID}";
fq += wzmstQ.substring(5,wzmstQ.length());
// fq += wzmstQ.substring(5,wzmstQ.length());
fq += wzmstQ;
System.out.println(fq);
fqList.add(fq);
}
......
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