优化
This commit is contained in:
@ -74,7 +74,7 @@ public interface UserService {
|
||||
* @param roleIds 角色ids
|
||||
* @return 用户
|
||||
*/
|
||||
List<UserDTO> selectUsersByRoleIds(List<Long> roleIds);
|
||||
List<UserDTO> selectUsersByRoleIds(List<Long> roleIds,Long projectId);
|
||||
|
||||
/**
|
||||
* 通过部门ID查询用户
|
||||
|
||||
Reference in New Issue
Block a user