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)
{
if (empty($accountAddr) || !is_string($accountAddr)) {
return;
}
// if (empty($accountAddr) || !is_string($accountAddr)) {
// return;
// }
$row = phpcommon\SqlHelper::ormSelectOne(
myself()->_getMarketMysql(),