insert into mk_store_camp_minus_goods(
`camp_minus_id`,
`apply_type`,
`store_rela_id`,
`is_valid`,
`note`,
`creater_sn`,
`create_time`,
`moder_sn`,
`mod_time`,
`tstm`)
values(
#{campMinusId},
#{applyType},
#{storeRelaId},
#{isValid},
#{note},
#{createrSn},
#{createTime},
#{moderSn},
#{modTime},
#{tstm})
update mk_store_camp_minus_goods
`camp_minus_id` = #{campMinusId},
`apply_type` = #{applyType},
`store_rela_id` = #{storeRelaId},
`is_valid` = #{isValid},
`note` = #{note},
`creater_sn` = #{createrSn},
`create_time` = #{createTime},
`moder_sn` = #{moderSn},
`mod_time` = #{modTime},
`tstm` = #{tstm}
where minus_good_id = #{minusGoodId}
delete from mk_store_camp_minus_goods where minus_good_id = #{value}
delete from mk_store_camp_minus_goods where minus_good_id in
#{minusGoodId}
delete from mk_store_camp_minus_goods where camp_minus_id = #{campMinusId}