Преглед изворни кода

Merge remote-tracking branch 'origin/develop' into develop-yellow

eganwu пре 2 година
родитељ
комит
94a035aad6
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/custom/restcontroller/webmanage/sale/itemclass/itemclass.java

+ 3 - 0
src/custom/restcontroller/webmanage/sale/itemclass/itemclass.java

@@ -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通告板块查询参数设置并查询