优化组织人员树
This commit is contained in:
parent
1fa5d82fda
commit
c21bed507d
|
|
@ -20,14 +20,11 @@ public interface SysDeptMapper
|
||||||
public List<SysDept> selectDeptList(SysDept dept);
|
public List<SysDept> selectDeptList(SysDept dept);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 根据角色列表查询部门人员树结构信息
|
* 查询部门人员树列表
|
||||||
*
|
*
|
||||||
* @param dept 部门信息
|
|
||||||
* @param roleIds 角色列表
|
* @param roleIds 角色列表
|
||||||
* @return 部门树信息集合
|
* @return 部门树信息集合
|
||||||
*/
|
*/
|
||||||
public List<SysDept> selectDeptUserList(SysDept dept, @Param("roleIds") List<Long> roleIds);
|
|
||||||
|
|
||||||
public List<SysDept> selectDeptUserList(@Param("roleIds") Long[] roleIds);
|
public List<SysDept> selectDeptUserList(@Param("roleIds") Long[] roleIds);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue