mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 21:57:50 +08:00
fix: stat
This commit is contained in:
@ -25,7 +25,7 @@ class OrderController extends Controller
|
||||
}
|
||||
if ($request->input('is_commission')) {
|
||||
$orderModel->where('invite_user_id', '!=', NULL);
|
||||
$orderModel->whereIn('status', '!=', [0, 2]);
|
||||
$orderModel->whereNotIn('status', [0, 2]);
|
||||
$orderModel->where('commission_balance', '>', 0);
|
||||
}
|
||||
if ($request->input('id')) {
|
||||
|
Reference in New Issue
Block a user