This commit is contained in:
aozhiwei 2022-06-24 15:53:25 +08:00
parent 0e37a642f4
commit a24f19601c

View File

@ -543,7 +543,7 @@ class MarketController extends BaseController {
{ {
$gameId = 2006; $gameId = 2006;
$funcId = phpcommon\BC_FUNC_OPEN_BOX; $funcId = phpcommon\BC_FUNC_OPEN_BOX;
if (SERVER_ENV == _TEST) { //if (SERVER_ENV == _TEST) {
$rows = SqlHelper::ormSelect( $rows = SqlHelper::ormSelect(
myself()->_getMarketMysql(), myself()->_getMarketMysql(),
't_phase3_box', 't_phase3_box',
@ -568,7 +568,7 @@ class MarketController extends BaseController {
); );
} }
} }
} //}
myself()->_rspOk(); myself()->_rspOk();
} }