expert-system/src/main/java/com/gkhy/system/mapper/SysDeptMapper.java
@@ -1,8 +1,9 @@ package com.gkhy.system.mapper; import java.util.List; import org.apache.ibatis.annotations.Param; import com.gkhy.common.core.domain.entity.SysDept; import org.apache.ibatis.annotations.Param; import java.util.List; /** * 部门管理 数据层 @@ -20,6 +21,13 @@ public List<SysDept> selectDeptList(SysDept dept); /** * * @param dept * @return */ public List<SysDept> getOutDeptList(SysDept dept); /** * 根据角色ID查询部门树信息 * * @param roleId 角色ID