select id, after_sales_id, goods_id, product_id, json_info, is_del, product_attr_value_id from live_after_sales_item insert into live_after_sales_item after_sales_id, goods_id, product_id, json_info, is_del, product_attr_value_id, #{afterSalesId}, #{goodsId}, #{productId}, #{jsonInfo}, #{isDel}, #{productAttrValueId}, update live_after_sales_item after_sales_id = #{afterSalesId}, goods_id = #{goodsId}, product_id = #{productId}, json_info = #{jsonInfo}, is_del = #{isDel}, product_attr_value_id = #{productAttrValueId}, where id = #{id} delete from live_after_sales_item where id = #{id} delete from live_after_sales_item where id in #{id}