头铁
This commit is contained in:
@@ -22,6 +22,8 @@ function rowToOrder(row: Record<string, unknown>) {
|
||||
status: row.status,
|
||||
transactionId: row.transaction_id,
|
||||
payTime: row.pay_time,
|
||||
referrerId: row.referrer_id ?? null,
|
||||
referralCode: row.referral_code ?? null,
|
||||
createdAt: row.created_at,
|
||||
updatedAt: row.updated_at,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user