From 54e4a116953e484fd1d6ba09d22f33bb1029ba13 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 17 Jul 2024 14:26:47 +0800 Subject: [PATCH] 1 --- webapp/controller/OutAppNftController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/OutAppNftController.class.php b/webapp/controller/OutAppNftController.class.php index 51e3e2cf..4f1b1297 100644 --- a/webapp/controller/OutAppNftController.class.php +++ b/webapp/controller/OutAppNftController.class.php @@ -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,