From d7ea0af75dcf15695ad3f5bebcc18d2ec4772e83 Mon Sep 17 00:00:00 2001 From: qiankanghui Date: Wed, 17 Jun 2026 11:30:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(supplier):=20=E4=BF=AE=E6=AD=A3=E4=BE=9B?= =?UTF-8?q?=E5=BA=94=E5=95=86=E6=8A=A5=E4=BB=B7=E8=AF=A6=E6=83=85=E6=98=A0?= =?UTF-8?q?=E5=B0=84=E5=92=8C=E5=AE=A1=E6=89=B9=E7=8A=B6=E6=80=81=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修正PurQuotationDetailMapper.xml中的数量字段映射,从H.qty改为B.qty - 修正SrmSupplierServiceImpl中审批状态判断条件,从"审核通过"改为"审批通过" --- .../xujie/modules/srm/service/impl/SrmSupplierServiceImpl.java | 2 +- src/main/resources/mapper/supplier/PurQuotationDetailMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/xujie/modules/srm/service/impl/SrmSupplierServiceImpl.java b/src/main/java/com/xujie/modules/srm/service/impl/SrmSupplierServiceImpl.java index 9f46001..19c5d65 100644 --- a/src/main/java/com/xujie/modules/srm/service/impl/SrmSupplierServiceImpl.java +++ b/src/main/java/com/xujie/modules/srm/service/impl/SrmSupplierServiceImpl.java @@ -95,7 +95,7 @@ public class SrmSupplierServiceImpl extends ServiceImpl