From a50c53339d9a6f6b637dc92d97543cb6d41df804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Tue, 14 Mar 2023 16:08:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=A7=E5=93=81=E8=B5=84?= =?UTF-8?q?=E8=B4=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mybatis/mapper/purchase/SupProductDao.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/mybatis/mapper/purchase/SupProductDao.xml b/src/main/resources/mybatis/mapper/purchase/SupProductDao.xml index 133d9bbb8..38f24a87c 100644 --- a/src/main/resources/mybatis/mapper/purchase/SupProductDao.xml +++ b/src/main/resources/mybatis/mapper/purchase/SupProductDao.xml @@ -181,7 +181,7 @@ specification, structure, `scope`, other, filePath, remark, createTime, updateTime, manufacturerIdFk, customerId, productId - , auditStatus, auditComment, sptm, ybbm, measname, cpms, hchzsb) + , auditStatus, auditComment, sptm, ybbm, measname, cpms, hchzsb,relIdFk) values ( #{enterpriseId}, #{recordCode}, @@ -214,15 +214,15 @@ #{updateTime}, #{manufacturerIdFk}, #{customerId}, - #{productId} - , + #{productId}, #{auditStatus}, #{auditComment}, #{sptm}, #{ybbm}, #{measname}, #{cpms}, - #{hchzsb} + #{hchzsb}, + #{relIdFk} )