|
@@ -202,6 +202,9 @@ public class itemclass extends Controller {
|
|
|
if (whereObject.containsKey("istool") && !"".equals(whereObject.getString("istool"))) {
|
|
|
where = where + " and (ifnull(t1.istool,0) ='" + whereObject.getString("istool") + "') ";
|
|
|
}
|
|
|
+ if (whereObject.containsKey("ishide") && !"".equals(whereObject.getString("ishide"))) {
|
|
|
+ where = where + " and (ifnull(t1.ishide,0) ='" + whereObject.getString("ishide") + "') ";
|
|
|
+ }
|
|
|
}
|
|
|
/*
|
|
|
* SQL通告板块查询参数设置并查询
|