This commit is contained in:
root 2019-12-18 18:12:31 +08:00
parent f07e151345
commit f9a782a031
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ class DashboardController extends Controller
'ticket_pendding_total' => Ticket::where('status', 0) 'ticket_pendding_total' => Ticket::where('status', 0)
->count(), ->count(),
'commission_pendding_total' => Order::where('commission_status', 0) 'commission_pendding_total' => Order::where('commission_status', 0)
->where('status', 3) ->where('status', 2)
->count(), ->count(),
] ]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long