yangys
2025-07-31 4a54cd2dcc4f1e239e1e68b352b532e09b974f33
biz字典排序
已修改1个文件
2 ■■■ 文件已修改
blade-service/blade-system/src/main/java/org/springblade/system/mapper/DictBizMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
blade-service/blade-system/src/main/java/org/springblade/system/mapper/DictBizMapper.xml
@@ -37,7 +37,7 @@
    </select>-->
    <select id="getList" resultMap="dictResultMap">
        select id, tenant_id, parent_id, code, dict_key, dict_value, sort, remark from blade_dict_biz where tenant_id = #{param1} and code = #{param2} and parent_id > 0 and is_sealed = 0 and is_deleted = 0
        select id, tenant_id, parent_id, code, dict_key, dict_value, sort, remark from blade_dict_biz where tenant_id = #{param1} and code = #{param2} and parent_id > 0 and is_sealed = 0 and is_deleted = 0 ORDER BY sort
    </select>
    <select id="tree" resultMap="treeNodeResultMap">