mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -24,7 +24,7 @@ class DashboardController extends Controller | ||||
|                 'ticket_pendding_total' => Ticket::where('status', 0) | ||||
|                     ->count(), | ||||
|                 'commission_pendding_total' => Order::where('commission_status', 0) | ||||
|                     ->where('status', 3) | ||||
|                     ->where('status', 2) | ||||
|                     ->count(), | ||||
|                  | ||||
|             ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user