INSERT INTO transactions
reg_time, process,
biz_group_id,
device_id,
uid1,
uid1_type,
order_time,
type,
amount,
approval,
pay_unique_num,
column_no,
code,
goods_name,
price,
pay_name,
rtid,
pay_vendor
VALUES
NOW(), 1,
#{biz_group_id},
#{device_id},
#{uid1},
#{uid1_type},
#{order_time},
#{type},
#{amount},
#{approval},
#{pay_unique_num},
#{column_no},
#{code},
#{goods_name},
#{price},
#{pay_name},
#{rtid},
#{pay_vendor}