From 15ae73cc1592a90fe97c115714d056cd8ec4328e Mon Sep 17 00:00:00 2001 From: lilin Date: Wed, 21 May 2025 16:09:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=BB=87=E6=9F=A5=E8=AF=A2=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/service/impl/OrganizationServiceImpl.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core-backend/src/main/java/io/gisbi/application/system/service/impl/OrganizationServiceImpl.java b/core/core-backend/src/main/java/io/gisbi/application/system/service/impl/OrganizationServiceImpl.java index 5cbc7db..fda4d79 100644 --- a/core/core-backend/src/main/java/io/gisbi/application/system/service/impl/OrganizationServiceImpl.java +++ b/core/core-backend/src/main/java/io/gisbi/application/system/service/impl/OrganizationServiceImpl.java @@ -67,9 +67,9 @@ public class OrganizationServiceImpl extends ServiceImpl> childList = child(idObj.toString(), appId, orgname); item.put("childList", childList); // 添加新列 子集 - if (childList != null && !childList.isEmpty()) { - listMap.add(item); // 仅保留有子节点的数据 - } +// if (childList != null && !childList.isEmpty()) { +// listMap.add(item); // 仅保留有子节点的数据 +// } } return listMap; }