|
|
|
@ -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>
|
|
|
|
|
|
|
|
|
|