mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -20,6 +20,7 @@ class OrderController extends Controller | ||||
|         } | ||||
|         if ($request->input('is_commission')) { | ||||
|             $orderModel->where('invite_user_id', '!=', NULL); | ||||
|             $orderModel->where('status', 3); | ||||
|         } | ||||
|         if ($request->input('id')) { | ||||
|             $orderModel->where('id', $request->input('id')); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user