From b5a1049cf6db3abd4197e44d7e6a36a1f360e660 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sun, 3 Apr 2022 14:24:50 +0800 Subject: [PATCH] 1 --- 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 f6c70249..6db854c5 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -184,7 +184,7 @@ class MarketController extends BaseController { BoxOrder::isBuyed($buyerAddress, $currBatchMeta['id'])) { myself()->_rspErr(1, 'account can only choose 1 hero to purchase'); return; - } + } $orderId = BuyRecord::genOrderId($gameId, $funcId,