This commit is contained in:
zt
2025-08-28 14:37:30 +08:00
parent 936145138e
commit 7e0cd7c946
19 changed files with 157 additions and 27 deletions

View File

@ -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查询用户