root 5 năm trước cách đây
mục cha
commit
50e98f5eaf
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Http/Controllers/Admin/OrderController.php

+ 1 - 0
app/Http/Controllers/Admin/OrderController.php

@@ -20,6 +20,7 @@ class OrderController extends Controller
         }
         if ($request->input('is_commission')) {
             $orderModel->where('invite_user_id', '!=', NULL);
+            $orderModel->where('status', 3);
         }
         if ($request->input('id')) {
             $orderModel->where('id', $request->input('id'));