Przeglądaj źródła

选项分类查询新增clazz字段过滤

shenjingwei 4 miesięcy temu
rodzic
commit
bcdff4101e

+ 1 - 1
src/custom/restcontroller/webmanage/optiontype/custom/customoptiontype.java

@@ -30,7 +30,7 @@ public class customoptiontype extends Controller {
     @CACHEING
     public String query_optiontypeList() throws YosException {
         QuerySQL querySQL = SQLFactory.createQuerySQL(this, "sys_optiontype", "optiontypeid", "typename",
-                "remarks", "issubvaluemag");
+                "remarks", "issubvaluemag", "clazz");
         querySQL.setTableAlias("t1");
         querySQL.setCondition("t1.typename", "t1.remarks");
         querySQL.setWhere("t1.issystem = 0");