select id, insurance_transaction_code, order_code, trade_amount, create_time, create_by, update_time, update_by, del_flag from order_insurance_info
insert into order_insurance_info
insurance_transaction_code,order_code,trade_amount,create_time,create_by,update_time,update_by,del_flag,#{insuranceTransactionCode},#{orderCode},#{tradeAmount},#{createTime},#{createBy},#{updateTime},#{updateBy},#{delFlag},
update order_insurance_info
insurance_transaction_code = #{insuranceTransactionCode},order_code = #{orderCode},trade_amount = #{tradeAmount},create_time = #{createTime},create_by = #{createBy},update_time = #{updateTime},update_by = #{updateBy},del_flag = #{delFlag},
where id = #{id}
delete from order_insurance_info where id = #{id}
delete from order_insurance_info where id in
#{id}