1
This commit is contained in:
parent
546dd97bd5
commit
54e4a11695
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user