数量修改

This commit is contained in:
2025-03-18 14:05:05 +08:00
parent e37c3eae2d
commit c60eae82e7

View File

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