insert into o_inventory_data
bar_code,
product_name,
shop_code,
shop_name,
shop_invent,
e_matou,
#{barcode},
#{productName},
#{shopCode},
#{shopName},
#{shopInvent},
#{eMatou},
update o_inventory_data
shop_invent = #{shopInvent},
e_matou = #{eMatou},
where bar_code = #{barcode} and shop_code = #{shopCode}