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