Kaynağa Gözat

查询营销类别添加ishide

hu 1 yıl önce
ebeveyn
işleme
b82aba0853

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