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) {