mirror of
https://github.com/v2board/v2board.git
synced 2025-02-25 06:40:26 +08:00
update
This commit is contained in:
parent
f9a782a031
commit
882adfec57
@ -24,7 +24,8 @@ 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', 2)
|
->where('invite_user_id', '!=', NULL)
|
||||||
|
->where('status', 3)
|
||||||
->count(),
|
->count(),
|
||||||
|
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user