From c60eae82e7b56113c7df60c60bf96f0b497c8ba8 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Tue, 18 Mar 2025 14:05:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E9=87=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/controller/Index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/index/controller/Index.php b/app/index/controller/Index.php index 78fe5eb..2109c37 100644 --- a/app/index/controller/Index.php +++ b/app/index/controller/Index.php @@ -49,10 +49,12 @@ class Index extends Controller $this->t_2_0_1 = TicketTicket::query()->where('status', '=', -1)->count(); $this->t_2_1_0 = TicketTicketInter::query()->where('status', '=', 0)->count(); - $this->t_2_1_1 = TicketTicketInter::query()->where('status', '=', 0)->count(); +// $this->t_2_1_1 = TicketTicketInter::query()->where('status', '=', 0)->count(); + $this->t_2_1_1 = 0; $this->t_2_2_0 = TicketTicketOuter::query()->where('status', '=', 0)->count(); - $this->t_2_2_1 = TicketTicketOuter::query()->where('status', '=', 0)->count(); +// $this->t_2_2_1 = TicketTicketOuter::query()->where('status', '=', 0)->count(); + $this->t_2_2_1 = 0; $this->t_3_0 = CmsArticle::query()->count(); $this->t_3_1 = CmsThumb::query()->where('is_audit', '=', 0)->count();