Commit 0236a403 by wangxing

时间区间修改

parent 28345fa3
......@@ -8455,7 +8455,7 @@ public class SolrController {
//登记时间
if(null!=asjRyRelateVO.getJsasj_djsjKssj() && !"".equals(asjRyRelateVO.getJsasj_djsjKssj())){
if(null!=asjRyRelateVO.getJsasj_djsjJssj() && !"".equals(asjRyRelateVO.getJsasj_djsjJssj())) {
jsasjQ += " AND DJSJ:[" + asjRyRelateVO.getJsasj_djsjKssj() + " TO " + asjRyRelateVO.getJsasj_djsjKssj() + "]";
jsasjQ += " AND DJSJ:[" + asjRyRelateVO.getJsasj_djsjKssj() + " TO " + asjRyRelateVO.getJsasj_djsjJssj() + "]";
}else{
jsasjQ += " AND DJSJ:["+asjRyRelateVO.getJsasj_djsjKssj()+" TO "+"*]";
}
......@@ -8932,7 +8932,7 @@ public class SolrController {
//登记时间
if(null!=asjRyRelateVO.getJsasj_djsjKssj() && !"".equals(asjRyRelateVO.getJsasj_djsjKssj())){
if(null!=asjRyRelateVO.getJsasj_djsjJssj() && !"".equals(asjRyRelateVO.getJsasj_djsjJssj())) {
jsasjQ += " AND DJSJ:[" + asjRyRelateVO.getJsasj_djsjKssj() + " TO " + asjRyRelateVO.getJsasj_djsjKssj() + "]";
jsasjQ += " AND DJSJ:[" + asjRyRelateVO.getJsasj_djsjKssj() + " TO " + asjRyRelateVO.getJsasj_djsjJssj() + "]";
}else{
jsasjQ += " AND DJSJ:["+asjRyRelateVO.getJsasj_djsjKssj()+" TO "+"*]";
}
......@@ -9167,7 +9167,7 @@ public class SolrController {
//登记时间
if(null!=asjRyRelateVO.getSzrydjsjKssj() && !"".equals(asjRyRelateVO.getSzrydjsjKssj())){
if(null!=asjRyRelateVO.getSzrydjsjJssj() && !"".equals(asjRyRelateVO.getSzrydjsjJssj())) {
szrycsQ += " AND DJSJ:[" + asjRyRelateVO.getSzrydjsjKssj() + " TO " + asjRyRelateVO.getSzrydjsjKssj() + "]";
szrycsQ += " AND DJSJ:[" + asjRyRelateVO.getSzrydjsjKssj() + " TO " + asjRyRelateVO.getSzrydjsjJssj() + "]";
}else{
szrycsQ += " AND DJSJ:["+asjRyRelateVO.getSzrydjsjKssj()+" TO "+"*]";
}
......@@ -9731,7 +9731,7 @@ public class SolrController {
//登记时间
if(null!=asjRyRelateVO.getSzrydjsjkssj() && !"".equals(asjRyRelateVO.getSzrydjsjkssj())){
if(null!=asjRyRelateVO.getSzrydjsjJssj() && !"".equals(asjRyRelateVO.getSzrydjsjJssj())) {
szryQ += " AND DJSJ:[" + asjRyRelateVO.getSzrydjsjkssj() + " TO " + asjRyRelateVO.getSzrydjsjkssj() + "]";
szryQ += " AND DJSJ:[" + asjRyRelateVO.getSzrydjsjkssj() + " TO " + asjRyRelateVO.getSzrydjsjJssj() + "]";
}else{
szryQ += " AND DJSJ:["+asjRyRelateVO.getSzrydjsjkssj()+" TO "+"*]";
}
......@@ -10139,7 +10139,7 @@ public class SolrController {
//登记时间
if(null!=asjRyRelateVO.getJsasj_djsjKssj() && !"".equals(asjRyRelateVO.getJsasj_djsjKssj())){
if(null!=asjRyRelateVO.getJsasj_djsjJssj() && !"".equals(asjRyRelateVO.getJsasj_djsjJssj())) {
jsasjQ += " AND DJSJ:[" + asjRyRelateVO.getJsasj_djsjKssj() + " TO " + asjRyRelateVO.getJsasj_djsjKssj() + "]";
jsasjQ += " AND DJSJ:[" + asjRyRelateVO.getJsasj_djsjKssj() + " TO " + asjRyRelateVO.getJsasj_djsjJssj() + "]";
}else{
jsasjQ += " AND DJSJ:["+asjRyRelateVO.getJsasj_djsjKssj()+" TO "+"*]";
}
......
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