| src/main/java/org/springblade/modules/system/mapper/DeptMapper.xml | ●●●●● patch | view | raw | blame | history |
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