yangys
2025-08-27 f6dc22517ad5a9285c8e0dc586c664d06c914823
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">