select tax_invoice_product_id, tax_invoice_code, tax_invoice_number, finish_product_code, finish_product_name, specification_model, inventory_unit, common_currency, quantity, process_price, amount_of_money, standby_one, standby_two from tax_invoice_product insert into tax_invoice_product tax_invoice_code, tax_invoice_number, finish_product_code, finish_product_name, specification_model, inventory_unit, common_currency, quantity, process_price, amount_of_money, standby_one, standby_two, #{taxInvoiceCode}, #{taxInvoiceNumber}, #{finishProductCode}, #{finishProductName}, #{specificationModel}, #{inventoryUnit}, #{commonCurrency}, #{quantity}, #{processPrice}, #{amountOfMoney}, #{standbyOne}, #{standbyTwo}, update tax_invoice_product tax_invoice_code = #{taxInvoiceCode}, tax_invoice_number = #{taxInvoiceNumber}, finish_product_code = #{finishProductCode}, finish_product_name = #{finishProductName}, specification_model = #{specificationModel}, inventory_unit = #{inventoryUnit}, common_currency = #{commonCurrency}, quantity = #{quantity}, process_price = #{processPrice}, amount_of_money = #{amountOfMoney}, standby_one = #{standbyOne}, standby_two = #{standbyTwo}, where tax_invoice_product_id = #{taxInvoiceProductId} delete from tax_invoice_product where tax_invoice_product_id = #{taxInvoiceProductId} delete from tax_invoice_product where tax_invoice_product_id in #{taxInvoiceProductId}