This commit is contained in:
hujiabin 2024-10-23 13:22:23 +08:00
parent bc1bb1b5be
commit 2388a85f76

View File

@ -12,9 +12,9 @@ class StakingVipService extends BaseService
{ {
public static function getDetails($accountAddr) public static function getDetails($accountAddr)
{ {
if (empty($accountAddr) || !is_string($accountAddr)) { // if (empty($accountAddr) || !is_string($accountAddr)) {
return; // return;
} // }
$row = phpcommon\SqlHelper::ormSelectOne( $row = phpcommon\SqlHelper::ormSelectOne(
myself()->_getMarketMysql(), myself()->_getMarketMysql(),