insert into mall_goods_transport_info_detail(
`way_status`,
`sku`,
`supplier_id`,
`origin_country`,
`num`,
`creater_sn`,
`create_time`,
`moder_sn`,
`mod_time`,
`tstm`)
values(
#{wayStatus},
#{sku},
#{supplierId},
#{originCountry},
#{num},
#{createrSn},
#{createTime},
#{moderSn},
#{modTime},
#{tstm})
update mall_goods_transport_info_detail
`way_status` = #{wayStatus},
`sku` = #{sku},
`supplier_id` = #{supplierId},
`origin_country` = #{originCountry},
`num` = #{num},
`creater_sn` = #{createrSn},
`create_time` = #{createTime},
`moder_sn` = #{moderSn},
`mod_time` = #{modTime},
`tstm` = #{tstm}
where trans_item_id = #{transItemId}
delete from mall_goods_transport_info_detail where trans_item_id = #{value}
delete from mall_goods_transport_info_detail where trans_item_id in
#{transItemId}