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>