This commit is contained in:
aozhiwei 2022-02-16 14:39:51 +08:00
parent d121472288
commit 3e7e8da49b

View File

@ -287,6 +287,7 @@ class MarketController extends BaseController {
$itemMeta['nft_image_id'],
$buyerAddress);
$tokenId = $orderId;
$tokenType = 0;
SqlHelper::insert(
myself()->_getMarketMysql(),
't_box_order',
@ -299,6 +300,7 @@ class MarketController extends BaseController {
'state' => 0,
'buyer_address' => $buyerAddress,
'token_id' => $tokenId,
'token_type' => $tokenType,
'price' => $price,
'payment_token_address' => $paymentTokenAddress,
'nonce' => $nonce,