select id, insurance_transaction_code, order_code, trade_amount, refund_status, create_time, create_by, update_time, update_by, del_flag from order_insurance_info
id, insurance_transaction_code, order_code, trade_amount, trade_amount, create_time, create_by, update_time, update_by, del_flag
insert into order_insurance_info
insurance_transaction_code,
order_code,
trade_amount,
refund_status
create_time,
create_by,
update_time,
update_by,
del_flag,
#{insuranceTransactionCode},
#{orderCode},
#{tradeAmount},
#{refundStatus},
#{createTime},
#{createBy},
#{updateTime},
#{updateBy},
#{delFlag},
update order_insurance_info
insurance_transaction_code = #{insuranceTransactionCode},
order_code = #{orderCode},
trade_amount = #{tradeAmount},
refund_status = #{refundStatus},
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}