UPDATE sup_product
enterpriseId=#{enterpriseId},
recordCode=#{recordCode},
recordProductName=#{recordProductName},
productManageType=#{productManageType},
recordPeopleName=#{recordPeopleName},
recordPeopleArea=#{recordPeopleArea},
recordPeopleAreaCode=#{recordPeopleAreaCode},
recordPeopleAddress=#{recordPeopleAddress},
productType=#{productType},
productDirectoryCode=#{productDirectoryCode},
agentName=#{agentName},
agentArea=#{agentArea},
agentAreaCode=#{agentAreaCode},
agentAddress=#{agentAddress},
instructions=#{instructions},
productAddress=#{productAddress},
recordText=#{recordText},
placeOrigin=#{placeOrigin},
productionRegion=#{productionRegion},
productionCompanyName=#{productionCompanyName},
afterSale=#{afterSale},
specification=#{specification},
structure=#{structure},
scope=#{scope},
other=#{other},
filePath=#{filePath},
remark=#{remark},
createTime=#{createTime},
updateTime=#{updateTime},
manufacturerIdFk=#{manufacturerIdFk},
customerId=#{customerId},
productId=#{productId},
auditStatus=#{auditStatus},
auditComment=#{auditComment},
sptm=#{sptm},
ybbm=#{ybbm},
measname=#{measname},
hchzsb=#{hchzsb},
relIdFk=#{relIdFk},
manufactory=#{manufactory},
allowNoBatch=#{allowNoBatch},
allowNoExpire=#{allowNoExpire},
allowNoProduct=#{allowNoProduct},
allowNoSerial=#{allowNoSerial},
WHERE id = #{id}
DELETE
FROM sup_product
WHERE id = #{id}