feat(REQ-3488): 提交获取小组接口

This commit is contained in:
zhanghongbo 2025-01-13 10:27:47 +08:00
parent 5c49746121
commit 9025aa237c

View File

@ -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());