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();