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