mirror of
https://github.com/v2board/v2board.git
synced 2025-06-13 21:28:27 +08:00
update
This commit is contained in:
@ -20,6 +20,7 @@ class OrderController extends Controller
|
|||||||
}
|
}
|
||||||
if ($request->input('is_commission')) {
|
if ($request->input('is_commission')) {
|
||||||
$orderModel->where('invite_user_id', '!=', NULL);
|
$orderModel->where('invite_user_id', '!=', NULL);
|
||||||
|
$orderModel->where('status', 3);
|
||||||
}
|
}
|
||||||
if ($request->input('id')) {
|
if ($request->input('id')) {
|
||||||
$orderModel->where('id', $request->input('id'));
|
$orderModel->where('id', $request->input('id'));
|
||||||
|
Reference in New Issue
Block a user