From bb659a4601056a3c34d6d5e5dfdb77a86ac53933 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 11 Sep 2023 13:35:23 +0800 Subject: [PATCH] 1 --- webapp/models/Staking.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/models/Staking.php b/webapp/models/Staking.php index 6b2cadd4..54943978 100644 --- a/webapp/models/Staking.php +++ b/webapp/models/Staking.php @@ -41,7 +41,7 @@ class Staking extends BaseModel { public static function all($address) { if (SERVER_ENV != _ONLINE) { - myself()->_setTimeOffset(3600 * 24 * 360 * 2); + //myself()->_setTimeOffset(3600 * 24 * 360 * 2); } $result = array(); $rows = SqlHelper::ormSelect(