“djh”
2025-07-09 0817c036bbb0abefbb9aa26cbabe7ef7f6c38f49
multi-system/src/main/java/com/gkhy/exam/system/mapper/SysDeptMapper.java
@@ -63,6 +63,14 @@
    public List<SysDept> selectChildrenDeptById(Long deptId);
    /**
     * 过滤掉本身和子级部门
     * @param deptId
     * @return
     */
    List<SysDept> getParentInfo(Long deptId);
    /**
     * 根据ID查询所有子部门(正常状态)
     * 
     * @param deptId 部门ID