修改产品资质bug

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

@ -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}
)
</insert>

Loading…
Cancel
Save