From 9025aa237ce961e721e098a2b3ef47892de51727 Mon Sep 17 00:00:00 2001 From: zhanghongbo Date: Mon, 13 Jan 2025 10:27:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(REQ-3488):=20=E6=8F=90=E4=BA=A4=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E5=B0=8F=E7=BB=84=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../group/service/impl/OrgProjectGroupServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orgmanax-server/src/main/java/cn/axzo/orgmanax/server/project/group/service/impl/OrgProjectGroupServiceImpl.java b/orgmanax-server/src/main/java/cn/axzo/orgmanax/server/project/group/service/impl/OrgProjectGroupServiceImpl.java index 013695f..58f4731 100644 --- a/orgmanax-server/src/main/java/cn/axzo/orgmanax/server/project/group/service/impl/OrgProjectGroupServiceImpl.java +++ b/orgmanax-server/src/main/java/cn/axzo/orgmanax/server/project/group/service/impl/OrgProjectGroupServiceImpl.java @@ -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());