This commit is contained in:
aozhiwei 2022-02-16 14:39:11 +08:00
parent bded4b64dd
commit d121472288

View File

@ -291,6 +291,7 @@ class MarketController extends BaseController {
myself()->_getMarketMysql(), myself()->_getMarketMysql(),
't_box_order', 't_box_order',
array( array(
'game_id' => 2006,
'batch_idx' => $currBatchMeta['id'], 'batch_idx' => $currBatchMeta['id'],
'order_id' => $orderId, 'order_id' => $orderId,
'type' => $type, 'type' => $type,