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