From d12147228839f9a6915599ed428c1970cb093797 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 16 Feb 2022 14:39:11 +0800 Subject: [PATCH] 1 --- webapp/controller/MarketController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index 4b163b44..d7b02706 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -291,6 +291,7 @@ class MarketController extends BaseController { myself()->_getMarketMysql(), 't_box_order', array( + 'game_id' => 2006, 'batch_idx' => $currBatchMeta['id'], 'order_id' => $orderId, 'type' => $type,