mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
update
This commit is contained in:
parent
c9297c4aa8
commit
2cb86bf17e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user