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'