feat(REQ-3488): 提交获取小组接口
This commit is contained in:
parent
5c49746121
commit
9025aa237c
@ -43,8 +43,8 @@ public class OrgProjectGroupServiceImpl implements OrgProjectGroupService {
|
||||
.workspaceIds(Sets.newHashSet(workspaceId))
|
||||
.platTeamIds(Sets.newHashSet(platTeamId))
|
||||
.excludeOrgNodeTypes(Sets.newHashSet(NodeTypeEnum.PROJECT_GROUP.getValue()))
|
||||
.groupStatus(ProjectGroupStatusEnum.ACTIVE.getValue())
|
||||
.groupType(ProjectGroupTypeEnum.DIRECTLY_UNDER.getValue())
|
||||
.projectGroupStatus(ProjectGroupStatusEnum.ACTIVE.getValue())
|
||||
.projectGroupType(ProjectGroupTypeEnum.DIRECTLY_UNDER.getValue())
|
||||
.ownerWorkerIdentityIds(Arrays.asList(0L))
|
||||
.ownerProjectWorkerIds(Arrays.asList(0L))
|
||||
.build());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user