From 3208f565a3076b185b4d2e06e90d0df06840a2da Mon Sep 17 00:00:00 2001 From: devil Date: Fri, 14 Feb 2020 11:48:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E9=92=A9=E5=AD=90=E9=A1=BA=E5=BA=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/controller/Common.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/index/controller/Common.php b/application/index/controller/Common.php index e6b246435..e5b8c82ab 100755 --- a/application/index/controller/Common.php +++ b/application/index/controller/Common.php @@ -56,12 +56,12 @@ class Common extends Controller { parent::__construct(); - // 系统运行开始 - SystemService::SystemBegin(); - // 系统初始化 $this->SystemInit(); + // 系统运行开始 + SystemService::SystemBegin(); + // 站点状态校验 $this->SiteStstusCheck();