From 3e7e8da49b34b6bab5b87857a514bb96426de139 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 16 Feb 2022 14:39:51 +0800 Subject: [PATCH] 1 --- webapp/controller/MarketController.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index d7b02706..abaeba9d 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -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,