Commit 33dca6a6 by xing_wang

修改变量名

parent fdeb1e80
......@@ -1501,9 +1501,8 @@ public class SolrController {
asjQ += " AND -(LAYWSJZT:05)";
}else{
if(null!=sjzt01){
String aaa=sjzt01.substring(8,sjzt01.length());
System.out.println(aaa);
asjQ +=" AND ("+aaa+")";
String sjzt=sjzt01.substring(8,sjzt01.length());
asjQ +=" AND ("+sjzt+")";
}
}
......
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