tangzy
2021-09-03 fdc3fe8b7e0cf97b225ecc9135a05f4bb2090518
src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml
@@ -603,4 +603,9 @@
          and dept.id !=1420222961377357825
        and dept.parent_id!=1420222961377357825
    </select>
    <!--查询所有的部门信息-->
    <select id="selDeptList" resultType="org.springblade.common.vo.DeptVo">
        select id ,dept_name deptName from blade_dept where is_deleted=0
    </select>
</mapper>