yangys
2025-08-10 62d40df264b71f81b441f7996e11583c28ad83a6
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">