疯狂的狮子Li
2024-01-02 f72ce39c135c8cea4c39bfda8d7ed8d92a09d7bd
ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
@@ -11,8 +11,8 @@
        select * from sys_dept ${ew.getCustomSqlSegment}
    </select>
    <select id="selectDeptById" resultMap="SysDeptResult">
        select * from sys_dept where del_flag = '0' and dept_id = #{deptId}
    <select id="countDeptById" resultType="Long">
        select count(*) from sys_dept where del_flag = '0' and dept_id = #{deptId}
    </select>
    <select id="selectDeptListByRoleId" resultType="Long">