From 440844214ddfdbd5fea33c1dd9f5785f6e86a38e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com>
Date: Mon, 3 Apr 2023 13:52:00 +0800
Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E4=BA=A7=E5=93=81=E4=BC=81?=
=?UTF-8?q?=E4=B8=9A=E8=B5=84=E8=B4=A8=E6=96=B0=E5=A2=9E=E4=BB=A3=E7=90=86?=
=?UTF-8?q?=E5=95=86=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../resources/mybatis/mapper/purchase/SupManufacturerDao.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mybatis/mapper/purchase/SupManufacturerDao.xml b/src/main/resources/mybatis/mapper/purchase/SupManufacturerDao.xml
index 6b9110e3..b04df4ab 100644
--- a/src/main/resources/mybatis/mapper/purchase/SupManufacturerDao.xml
+++ b/src/main/resources/mybatis/mapper/purchase/SupManufacturerDao.xml
@@ -99,6 +99,7 @@
manufacturerId=#{manufacturerId},
auditStatus=#{auditStatus},
auditComment=#{auditComment},
+ agentName=#{agentName},
@@ -114,7 +115,7 @@
registerStatus, productionLicenceNum, productionLicenceDate,
productionRecordNum, productionRecordSection, productionRecordDate,
remark, createTime, updateTime, customerId, manufacturerId,
- auditStatus, auditComment)
+ auditStatus, auditComment,agentName)
values (#{companyName}, #{creditCode}, #{companyType},
#{placeArea}, #{placeAreaCode}, #{placeAddress},
#{legalPersonName}, #{legalPersonPapersType}, #{legalPersonPapersCode},
@@ -122,7 +123,7 @@
#{registerStatus}, #{productionLicenceNum}, #{productionLicenceDate},
#{productionRecordNum}, #{productionRecordSection}, #{productionRecordDate},
#{remark}, #{createTime}, #{updateTime}, #{customerId}, #{manufacturerId}, #{auditStatus},
- #{auditComment})
+ #{auditComment},#{agentName})