You've already forked guangan
数量修改
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user