select id, create_by, create_time, update_by, update_time, remark, user_id, username,
address, amount, status, serial_id, search_value, from_addr, type, coin, ratio,
fee, withdraw_id, host, real_amount, to_adress, admin_parent_ids, notice_flag,
with_draw_remark, bank_name, bank_user_name, bank_branch,order_type, exchange_rate,
receipt_amount,receipt_real_amount,receipt_coin
from t_withdraw
insert into t_withdraw
create_by,
create_time,
update_by,
update_time,
remark,
user_id,
username,
address,
amount,
status,
serial_id,
search_value,
from_addr,
type,
coin,
ratio,
fee,
withdraw_id,
host,
real_amount,
to_adress,
admin_parent_ids,
notice_flag,
with_draw_remark,
bank_name,
bank_user_name,
bank_branch,
fixed_fee,
order_type,
exchange_rate,
receipt_amount,
receipt_real_amount,
receipt_coin,
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
#{userId},
#{username},
#{address},
#{amount},
#{status},
#{serialId},
#{searchValue},
#{fromAddr},
#{type},
#{coin},
#{ratio},
#{fee},
#{withdrawId},
#{host},
#{realAmount},
#{toAdress},
#{adminParentIds},
#{noticeFlag},
#{withDrawRemark},
#{bankName},
#{bankUserName},
#{bankBranch},
#{fixedFee},
#{orderType},
#{exchangeRate},
#{receiptAmount},
#{receiptRealAmount},
#{receiptCoin},
update t_withdraw
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
user_id = #{userId},
username = #{username},
address = #{address},
amount = #{amount},
status = #{status},
serial_id = #{serialId},
search_value = #{searchValue},
from_addr = #{fromAddr},
type = #{type},
coin = #{coin},
ratio = #{ratio},
fee = #{fee},
withdraw_id = #{withdrawId},
host = #{host},
real_amount = #{realAmount},
to_adress = #{toAdress},
admin_parent_ids = #{adminParentIds},
notice_flag = #{noticeFlag},
with_draw_remark = #{withDrawRemark},
bank_name = #{bankName},
bank_user_name = #{bankUserName},
bank_branch = #{bankBranch},
fixed_fee = #{fixedFee},
order_type = #{orderType},
exchange_rate = #{exchangeRate},
receipt_amount = #{receiptAmount},
receipt_real_amount = #{receiptRealAmount},
receipt_coin = #{receiptCoin},
where id = #{id}
delete from t_withdraw where id = #{id}
delete from t_withdraw where id in
#{id}