mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
update
This commit is contained in:
parent
6ff24f77b8
commit
2911680eaf
@ -54,7 +54,7 @@ class OrderController extends Controller
|
|||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function isExistNotPayOrder () {
|
private function isExistNotPayOrder (Request $request) {
|
||||||
return Order::where('status', 1)
|
return Order::where('status', 1)
|
||||||
->where('user_id', $request->session()->get('id'))
|
->where('user_id', $request->session()->get('id'))
|
||||||
->first();
|
->first();
|
||||||
|
Loading…
Reference in New Issue
Block a user