id,
member_id,
amount_cny,
amount_usdt,
payment_type,
payment_account,
payment_name,
payment_code,
unit_price,
order_status,
order_no,
order_type
#{item.id},
#{item.memberId},
#{item.amountCny},
#{item.amountUsdt},
#{item.paymentType},
#{item.paymentAccount},
#{item.paymentName},
#{item.paymentCode},
#{item.unitPrice},
#{item.orderStatus},
#{item.orderNo},
#{item.orderType}
INSERT INTO member_quick_buy_sale (
)
VALUES (
)