mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
update commission
This commit is contained in:
parent
8afa3c8f09
commit
a7d6b615ed
@ -26,6 +26,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);
|
$orderModel->where('status', 3);
|
||||||
|
$orderModel->where('commission_balance', '>', 0);
|
||||||
}
|
}
|
||||||
if ($request->input('id')) {
|
if ($request->input('id')) {
|
||||||
$orderModel->where('id', $request->input('id'));
|
$orderModel->where('id', $request->input('id'));
|
||||||
|
Loading…
Reference in New Issue
Block a user