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', '');
$rows = SqlHelper::ormSelect(
myself()->_getMarketMysql(),
myself()->_getMysql($accountId),
't_hero',
array(
'account_id' => $accountId,