mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	fix order renew
This commit is contained in:
		| @@ -85,7 +85,7 @@ class OrderController extends Controller | |||||||
|             abort(500, '该订阅不存在'); |             abort(500, '该订阅不存在'); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         if (!$plan->show && !$plan->renew) { |         if ((!$plan->show && !$plan->renew) || (!$plan->show && $user->plan_id !== $plan->id)) { | ||||||
|             abort(500, '该订阅已售罄'); |             abort(500, '该订阅已售罄'); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user