From 2738bb74a381012b608d6610c56b885e2aee669d Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 16 May 2024 19:32:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=09=E5=88=87=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/models/DynData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/models/DynData.php b/webapp/models/DynData.php index 1a8df110..4ffbf986 100644 --- a/webapp/models/DynData.php +++ b/webapp/models/DynData.php @@ -283,7 +283,7 @@ class DynData extends BaseModel { } private static $lastAccountId = ''; - private static $dynData = nulla; + private static $dynData = null; private static $hitCount = 0; }