update
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<select id="queryByList" resultType="com.jero.modules.system.entity.SysCategory">
|
<select id="queryByList" resultType="com.jero.modules.system.entity.SysCategory">
|
||||||
select create_by,create_time,sys_org_code,update_by,update_time,attribute_type,code,sort_order,
|
select create_by,create_time,sys_org_code,update_by,update_time,attribute_type,code,sort_order,
|
||||||
del_flag,description,en_name,has_child,id,is_read_only,is_tag_dict,item_value,name,pid,sys_dict_id
|
del_flag,description,en_name,has_child,id,is_read_only,is_tag_dict,item_value,name,pid,sys_dict_id,value_type
|
||||||
from sys_category
|
from sys_category
|
||||||
where is_tag_dict=1 and sys_dict_id=#{params.sysDictId} and del_flag=0
|
where is_tag_dict=1 and sys_dict_id=#{params.sysDictId} and del_flag=0
|
||||||
<!--搜索条件:标签名称包含%,单独搜索-->
|
<!--搜索条件:标签名称包含%,单独搜索-->
|
||||||
|
|||||||
Reference in New Issue
Block a user