修改产品资质bug

master
郑明梁 2 years ago
parent 3f9968e9a3
commit a50c53339d

@ -181,7 +181,7 @@
specification, structure, `scope`, specification, structure, `scope`,
other, filePath, remark, other, filePath, remark,
createTime, updateTime, manufacturerIdFk, customerId, productId createTime, updateTime, manufacturerIdFk, customerId, productId
, auditStatus, auditComment, sptm, ybbm, measname, cpms, hchzsb) , auditStatus, auditComment, sptm, ybbm, measname, cpms, hchzsb,relIdFk)
values ( values (
#{enterpriseId}, #{enterpriseId},
#{recordCode}, #{recordCode},
@ -214,15 +214,15 @@
#{updateTime}, #{updateTime},
#{manufacturerIdFk}, #{manufacturerIdFk},
#{customerId}, #{customerId},
#{productId} #{productId},
,
#{auditStatus}, #{auditStatus},
#{auditComment}, #{auditComment},
#{sptm}, #{sptm},
#{ybbm}, #{ybbm},
#{measname}, #{measname},
#{cpms}, #{cpms},
#{hchzsb} #{hchzsb},
#{relIdFk}
) )
</insert> </insert>

Loading…
Cancel
Save