feat(REQ-3488): 查询班组支持单位id
This commit is contained in:
parent
e40f416764
commit
d00578fcfc
@ -40,8 +40,6 @@ public class ListProjectTeamReq {
|
||||
|
||||
private Set<Long> organizationalNodeIdList;
|
||||
|
||||
private Long ouId;
|
||||
|
||||
private Set<Long> ouIds;
|
||||
|
||||
private Boolean includeDeleted;
|
||||
|
||||
@ -35,6 +35,7 @@ public class ProjectTeamServiceImpl implements ProjectTeamService {
|
||||
ListNodeReq nodeReq = ListNodeReq.builder()
|
||||
.includeOrgNodeTypes(includeOrgNodeTypes)
|
||||
.ids(req.getOrganizationalNodeIdList())
|
||||
.ouIds(req.getOuIds())
|
||||
.workspaceIds(req.getWorkspaceIds())
|
||||
.build();
|
||||
List<OrgNodeDTO> orgNodeDTOS = nodeService.list(nodeReq);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user