update s_fwgl_serverinfo
productName = #{productName},
productId = #{productId},
mdmProductCode = #{mdmProductCode},
price = #{price},
productType = #{productType},
stock = #{stock},
productCategory = #{productCategory},
auditStatus = #{auditStatus},
status = #{status},
creationTime = #{creationTime},
where id=#{id}
delete from s_fwgl_serverinfo where
id in(${ids})
insert into s_fwgl_serverinfo
productName,
productId,
mdmProductCode,
price,
productType,
stock,
productCategory,
auditStatus,
status,
creationTime,
#{productName},
#{productId},
#{mdmProductCode},
#{price},
#{productType},
#{stock},
#{productCategory},
#{auditStatus},
#{status},
#{creationTime},