소스 검색

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

shenjingwei 7 달 전
부모
커밋
bcdff4101e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/custom/restcontroller/webmanage/optiontype/custom/customoptiontype.java

+ 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");