mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -19,8 +19,6 @@ class DashboardController extends Controller | |||||||
|             'data' => [ |             'data' => [ | ||||||
|                 'month_income' => Redis::get('month_income'), |                 'month_income' => Redis::get('month_income'), | ||||||
|                 'month_register_total' => Redis::get('month_register_total'), |                 'month_register_total' => Redis::get('month_register_total'), | ||||||
|                 'server_offline_total' => Server::where('last_check_at', '<', time() - 300) |  | ||||||
|                     ->count(), |  | ||||||
|                 '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) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user