From 2388a85f76d91f9a185c9eecf3c01f6187ea8d32 Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Wed, 23 Oct 2024 13:22:23 +0800 Subject: [PATCH] 1 --- webapp/services/StakingVipService.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(),