洪城义警-正式版后台
zengh
2021-07-14 2e140a45e12e3dcc6e2ed36813dafe9dc7e17d18
src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml
@@ -140,11 +140,6 @@
        ORDER BY dept.sort
    </select>
    <!--查询所有的部门信息-->
    <select id="selDeptList" resultType="org.springblade.common.vo.DeptVo">
        select id ,dept_name deptName from blade_dept where is_deleted=0
    </select>
    <select id="trees" resultMap="treeNodeResultMap">
        select id, parent_id, dept_name as title, id as "value", id as "key" from blade_dept where is_deleted = 0
        ORDER BY sort