id,product_state,product_name,product_icons,product_ids,product_bid_price,product_sell_price delete from product where id = #{id} insert into product id, product_state, product_name, product_icons, product_type_ids, product_bid_price, product_sell_price, #{id}, #{productState}, #{productName}, #{productIcons}, #{productTypeIds}, #{productBidPrice}, #{productSellPrice}, update product product_state = #{productState}, product_name = #{productName}, product_icons = #{productIcons}, product_type_ids = #{productTypeIds}, product_bid_price = #{productBidPrice}, product_sell_price = #{productSellPrice}, where id = #{id}