Commit 63f3313b by yanru

修改案件查询实例名为TB_ST_ASJ,为了和案件侦办实例名保持一致

parent 1cde0f79
......@@ -7076,7 +7076,7 @@ public class SolrController {
User user=(User)request.getSession().getAttribute("user");
String ssdw = user.getCountryCode() + "*";
asjQ += " AND XXSC_PDBZ:0 AND XXDJDW_GAJGJGDM:" + ssdw;
String fq = "{!join fromIndex=ASJXXZB from=ID to=ASJBH}";
String fq = "{!join fromIndex=TB_ST_ASJ from=ID to=ASJBH}";
fq += asjQ.substring(5,asjQ.length());
System.out.println(fq);
fqList.add(fq);
......@@ -9545,7 +9545,7 @@ public class SolrController {
User user=(User)request.getSession().getAttribute("user");
String ssdw = user.getCountryCode() + "*";
asjQ += " AND XXSC_PDBZ:0 AND XXDJDW_GAJGJGDM:" + ssdw;
String fq = "{!join fromIndex=ASJXXZB from=ID to=ASJBH}";
String fq = "{!join fromIndex=TB_ST_ASJ from=ID to=ASJBH}";
fq += asjQ.substring(5,asjQ.length());
System.out.println(fq);
fqList.add(fq);
......
......@@ -53,7 +53,7 @@ public class SolrServiceImpl implements SolrService {
solrParams.add("q",q);
solrParams.add("start", begin+"");
solrParams.add("rows", end+"");
if(StringUtils.isNotBlank(sort)&&"ASJXXZB".equals(sorlInstance)){
if(StringUtils.isNotBlank(sort)&&"TB_ST_ASJ".equals(sorlInstance)){
if(sort.equals("ladwGajgmc")){
solrParams.add("sort", "LADW_GAJGJGDM"+" "+order);
}else {
......
......@@ -170,7 +170,7 @@ var navCategory = {
if(searchType=='aj'){
presentType = $('input[type=radio][name="asjPresentType"]:checked ').val();
url = "listTbStAsj";
sorlInstance = "ASJXXZB";
sorlInstance = "TB_ST_ASJ";
}else if(searchType=='sqaj'){
presentType = $('input[type=radio][name="asjPresentType"]:checked ').val();
url = "listSqAsj";
......
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