From 138a298c436bee6cbf6279172a998950bb79446f Mon Sep 17 00:00:00 2001 From: wulin Date: Mon, 26 Oct 2020 10:58:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=93=E8=8E=B7=E5=8F=96=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E5=BC=80=E5=90=AF=E5=85=B3=E9=97=AD=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E4=B8=8D=E5=AF=B9?= 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 0eb0cd4b..88d7e406 100644 --- a/src/main/java/com/lz/modules/performance/controller/FlowChartController.java +++ b/src/main/java/com/lz/modules/performance/controller/FlowChartController.java @@ -67,7 +67,7 @@ public class FlowChartController { for (FlowChartDetailRecord record:flowChartDetailRecords ) { - flowChartDetailRecordListDto.setStatus(dto.getStatus()); + flowChartDetailRecordListDto.setStatus(record.getStatus()); FlowChartDetailRecordSimpleDto detailRecordSimpleDto = new FlowChartDetailRecordSimpleDto(); BeanUtils.copyProperties(record, detailRecordSimpleDto);