From a9ed8a84cfa0dddeb887f364f5bb3a7e7aafc0c9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 1 Sep 2023 13:31:01 +0800 Subject: [PATCH] 1 --- webapp/controller/OutAppPlanetController.class.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/webapp/controller/OutAppPlanetController.class.php b/webapp/controller/OutAppPlanetController.class.php index 8c372057..7435aa89 100644 --- a/webapp/controller/OutAppPlanetController.class.php +++ b/webapp/controller/OutAppPlanetController.class.php @@ -30,6 +30,19 @@ class OutAppPlanetController extends BaseController { myself()->_rspErr(1, 'deciamls error'); return; } + $period = 1; + $data = $this->load($period); + { + $rows = myself()->_getMarketMysql()->execQuery + ( + 'SELECT * FROM t_nft WHERE token_type=:token_type AND creator_address = owner_address AND token_id >= :begin_token_id AND token_id <= :end_token_id;', + array( + ':token_type' => Nft::PLANET_TYPE, + ':begin_token_id' => 0, + ':end_token_id' => 0 + ) + ); + } $ids = array( '280002'