diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index 7785df25..92ca30d6 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -163,7 +163,7 @@ class MarketController extends BaseController { }*/ $orderId = BuyRecord::genOrderId($gameId, $funcId, myself()->_getNowTime(), $buyerAddress); - $tokenId = $orderId; + $tokenId = ''; if ($this->isTestMode()) { $itemId = $type; SqlHelper::insert