diff --git a/webapp/services/StakingVipService.php b/webapp/services/StakingVipService.php index 68dbf11a..4e30d89b 100644 --- a/webapp/services/StakingVipService.php +++ b/webapp/services/StakingVipService.php @@ -12,9 +12,9 @@ class StakingVipService extends BaseService { public static function getDetails($accountAddr) { - if (empty($accountAddr) || !is_string($accountAddr)) { - return; - } +// if (empty($accountAddr) || !is_string($accountAddr)) { +// return; +// } $row = phpcommon\SqlHelper::ormSelectOne( myself()->_getMarketMysql(),