From 447f572cc65c7f8b2763ce1ab619bf569d323ab8 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 6 Jun 2024 09:32:46 +0800 Subject: [PATCH] =?UTF-8?q?2024-06-06=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/QuotationInformationServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/spring/modules/quotation/service/impl/QuotationInformationServiceImpl.java b/src/main/java/com/spring/modules/quotation/service/impl/QuotationInformationServiceImpl.java index c08db680..2b24763e 100644 --- a/src/main/java/com/spring/modules/quotation/service/impl/QuotationInformationServiceImpl.java +++ b/src/main/java/com/spring/modules/quotation/service/impl/QuotationInformationServiceImpl.java @@ -1000,8 +1000,6 @@ public class QuotationInformationServiceImpl extends ServiceImpl> isRemarks = res.stream().filter(a -> convertToInt(a.get("isremark")) == 0).collect(Collectors.toList()); // 将记录表中 isRemark 为0的修改为1 changeManagementMapper.updateProcessForm2(paramData); - int stepId = changeManagementMapper.getStepId(paramData.getClassificationNo(), String.valueOf(isRemarks.get(0).get("nodeid"))); - paramData.setStepId(stepId); if (isRemarks.isEmpty()) { // 已结束 // 反刷单据状态为 "已完成" paramData.setStatus("已完成"); @@ -1010,6 +1008,8 @@ public class QuotationInformationServiceImpl extends ServiceImpl dcas = new HashMap<>(); for (Map isRemark : isRemarks) {