multi-system/src/main/java/com/gkhy/exam/system/service/ISysDeptService.java
@@ -36,7 +36,10 @@ * @param dept 部门信息 * @return 部门树信息集合 */ public List<SysDept> selectDeptTreeList(SysDept dept); public List<TreeSelect> selectDeptTreeList(SysDept dept); List<SysDept> getParentInfo(Long deptId); /** * 构建前端所需要树结构