From ee8d32b31edc4a8bb50fe1d57efa101f177dec21 Mon Sep 17 00:00:00 2001 From: wulin Date: Tue, 12 Jan 2021 15:27:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=80=83=E8=AF=84=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E5=88=86=E7=BB=84=E6=98=BE=E7=A4=BA=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E7=88=B6=E7=B1=BB=E7=9A=84roleId=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lz/modules/performance/controller/FlowChartController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/lz/modules/performance/controller/FlowChartController.java b/src/main/java/com/lz/modules/performance/controller/FlowChartController.java index 0df290d7..69df09d2 100644 --- a/src/main/java/com/lz/modules/performance/controller/FlowChartController.java +++ b/src/main/java/com/lz/modules/performance/controller/FlowChartController.java @@ -80,7 +80,7 @@ public class FlowChartController { flowChartRoleDto.setChartId(roleDto.getChartId()); flowChartRoleDto.setRoleName(flowChartRoleGroup.getName()); flowChartRoleDto.setType(0); - flowChartRoleDto.setRoleId(flowChartRoleGroup.getId()); + flowChartRoleDto.setRoleId(0l); flowChartRoleDto.setId(flowChartRoleGroup.getId()); flowChartRoleDto.setRoleGroupId(flowChartRoleGroup.getId()); flowChartRoleDto.setRoleDtos(new ArrayList<>());