From c53e6975cbd8a624a3ead29310d4573591813d2c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 29 Jan 2022 12:45:12 +0800 Subject: [PATCH] 1 --- webapp/controller/MarketController.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index 1686c240..ebd257a3 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -187,7 +187,6 @@ class MarketController extends BaseController { $orderId = BuyRecord::genOrderId($gameId, $funcId, myself()->_getNowTime(), $buyerAddress); $tokenId = $orderId; - $itemId = $type; SqlHelper::insert( myself()->_getMarketMysql(), 't_box_order',