From 49036ba7040bc93ce432110ac47af6f2f4c188e5 Mon Sep 17 00:00:00 2001 From: dxfeng Date: Wed, 5 Jul 2023 18:13:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=BB=87=E6=9E=B6=E6=9E=84=E5=9B=BE?= =?UTF-8?q?=EF=BC=8C=E4=BA=BA=E5=91=98=E5=8D=A1=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/engine/organization/service/impl/ChartServiceImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/com/engine/organization/service/impl/ChartServiceImpl.java b/src/com/engine/organization/service/impl/ChartServiceImpl.java index 2cf6cbee..006e5580 100644 --- a/src/com/engine/organization/service/impl/ChartServiceImpl.java +++ b/src/com/engine/organization/service/impl/ChartServiceImpl.java @@ -244,7 +244,6 @@ public class ChartServiceImpl extends Service implements ChartService { chartPO.setId(rootId); chartPO.setFname(rs.getString("name")); // 岗位处理后的ID - chartPO.setParentId(rootId); chartPO.setExpand("1"); chartPO.setHasChildren(CollectionUtils.isNotEmpty(dataList) ? "1" : "0"); dataList.add(chartPO);