From ede0acde37e2b952ea083b21772d9163876cb4fe Mon Sep 17 00:00:00 2001 From: wulin Date: Tue, 27 Oct 2020 14:05:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E7=94=A8=E5=88=9D=E5=A7=8B=E5=8C=96lz?= =?UTF-8?q?=5Fflow=5Frecord=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lz/modules/flow/service/impl/FlowStartServiceImpl.java | 3 +++ .../modules/performance/controller/FlowChartController.java | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/lz/modules/flow/service/impl/FlowStartServiceImpl.java b/src/main/java/com/lz/modules/flow/service/impl/FlowStartServiceImpl.java index ab1d237a..80cd30b7 100644 --- a/src/main/java/com/lz/modules/flow/service/impl/FlowStartServiceImpl.java +++ b/src/main/java/com/lz/modules/flow/service/impl/FlowStartServiceImpl.java @@ -84,6 +84,7 @@ public class FlowStartServiceImpl extends ServiceImpl getChartDetailRecort(Long chartId, Long groupId){ List flowChartDetailRecords = flowChartDetailRecordService.selectFlowChartDetailRecordByGroupIdAndChartId(groupId, chartId); @@ -219,7 +219,7 @@ public class FlowChartController { flowChartDetailRecordDtos.add(dto); } return flowChartDetailRecordDtos; - } + }*/ @RequestMapping("/delete") public R list(@RequestBody Long id) {