This commit is contained in:
aozhiwei 2024-07-17 14:26:47 +08:00
parent 546dd97bd5
commit 54e4a11695

View File

@ -446,7 +446,7 @@ class OutAppNftController extends BaseController {
{ {
$accountId = getReqVal('account_id', ''); $accountId = getReqVal('account_id', '');
$rows = SqlHelper::ormSelect( $rows = SqlHelper::ormSelect(
myself()->_getMarketMysql(), myself()->_getMysql($accountId),
't_hero', 't_hero',
array( array(
'account_id' => $accountId, 'account_id' => $accountId,