mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	fix: stat
This commit is contained in:
		| @@ -141,7 +141,7 @@ class OrderService | ||||
|     private function haveValidOrder(User $user) | ||||
|     { | ||||
|         return Order::where('user_id', $user->id) | ||||
|             ->whereIn('status', [3, 4]) | ||||
|             ->whereIn('status', '!=', [0, 2]) | ||||
|             ->first(); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user