From 5f6761f8d27d7b36d3fdc85d94c6a226cd64856b Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 3 Mar 2025 15:02:49 +0800 Subject: [PATCH] =?UTF-8?q?2025-03-03=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../quotation/service/impl/QuotationInformationServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 243fd157..fadd9a4d 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 @@ -796,7 +796,7 @@ public class QuotationInformationServiceImpl extends ServiceImpl baseData = changeManagementService.getSubmitBaseData(data.getSite(), data.getUserName(), data.getDocumentNo()); // 主信息 - QuotationInformationEntity changeRequest = quotationInformationMapper.selectOne(new QueryWrapper().eq("site", data.getSite()).eq("quotation_no", data.getDocumentNo())); + QuotationInformationEntity changeRequest = quotationInformationMapper.selectList(new QueryWrapper().eq("site", data.getSite()).eq("quotation_batch_no", data.getDocumentNo())).get(0); ParamData paramData = new ParamData(data.getSite(), baseData.get("nodeId"), baseData.get("nodeName"), data.getDocumentNo(), data.getUserName(), baseData.get("classificationNo"), baseData.get("userId"), baseData.get("workflowId"), baseData.get("workflowname"), baseData.get("requestName"), baseData.get("path"), baseData.get("requestId"), "plm_quotation_information", "quotation_batch_no", "quotation_status", changeRequest.getStepId(), data.getBu() == null ? "" : data.getBu(),