Lius
2025-02-18 3423bb9ee5b25d270a00763b69ed73970d790f63
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/mapper/xml/SysDepartMapper.xml
@@ -73,13 +73,13 @@
        and del_flag='0'
    </select>
    <select id="getDepartTreeByParentId" parameterType="String" resultType="org.jeecg.common.system.vo.SelectTreeModel">
        select
            id as "key",
            depart_name as "title",
            parent_id as parentId
        from sys_depart
        where parent_id = #{parentId}
          and del_flag='0'
    </select>
<!--    <select id="getDepartTreeByParentId" parameterType="String" resultType="org.jeecg.common.system.vo.SelectTreeModel">-->
<!--        select-->
<!--            id as "key",-->
<!--            depart_name as "title",-->
<!--            parent_id as parentId-->
<!--        from sys_depart-->
<!--        where parent_id = #{parentId}-->
<!--          and del_flag='0'-->
<!--    </select>-->
</mapper>