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