mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -28,7 +28,7 @@ class OrderController extends Controller | |||||||
|                 if (!$order) { |                 if (!$order) { | ||||||
|                     abort(500, 'fail'); |                     abort(500, 'fail'); | ||||||
|                 } |                 } | ||||||
|                 if ($order->status !== 0) { |                 if ($order->status == 1) { | ||||||
|                     die('success'); |                     die('success'); | ||||||
|                 } |                 } | ||||||
|                 $order->status = 1; |                 $order->status = 1; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user