From 1b7e1d676ff5d169d7f633a13b1da446f1102a91 Mon Sep 17 00:00:00 2001 From: songliang Date: Fri, 14 Jul 2023 20:31:45 +0800 Subject: [PATCH] ... --- webapp/controller/MarketController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index 7fa70028..f1a36131 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -556,7 +556,7 @@ class MarketController extends BaseAuthedController ) ); $lastId = $this->lastInsertId($conn); - $order_id = phpcommon\bnInit($this->genOrderId($lastId)); + $order_id = $this->genOrderId($lastId); $test = SqlHelper::update($conn, 't_market_store', array('idx' => $lastId), array('order_id' => $order_id)); if (!$test) { $this->_rspErr(6, "sell failed");