insert into mk_activities_combination_price(
`combination_barcode`,
`goods_sn`,
`barcode`,
`combination_num`,
`product_name`,
`combined_price`,
`mka_id`,
`create_time`,
`creater_sn`,
`moder_sn`,
`update_time`)
values(
#{combinationBarcode},
#{goodsSn},
#{barcode},
#{combinationNum},
#{productName},
#{combinedPrice},
#{mkaId},
#{createTime},
#{createrSn},
#{moderSn},
#{updateTime})
update mk_activities_combination_price
`combination_barcode` = #{combinationBarcode},
`goods_sn` = #{goodsSn},
`barcode` = #{barcode},
`combination_num` = #{combinationNum},
`product_name` = #{productName},
`combined_price` = #{combinedPrice},
`mka_id` = #{mkaId},
`create_time` = #{createTime},
`creater_sn` = #{createrSn},
`moder_sn` = #{moderSn},
`update_time` = #{updateTime}
where macp_id = #{macpId}
delete from mk_activities_combination_price where macp_id = #{value}
delete from mk_activities_combination_price where macp_id in
#{macpId}