1
This commit is contained in:
parent
bc1bb1b5be
commit
2388a85f76
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user