diff --git a/app/Admin/Common/Order.php b/app/Admin/Common/Order.php index 9d09dec..f132181 100644 --- a/app/Admin/Common/Order.php +++ b/app/Admin/Common/Order.php @@ -125,7 +125,7 @@ class Order public static function buildData() { $build = ImsCjdcOrderMain - ::whereIn('state', [3, 4, 5, 10]) + ::whereIn('state', [3, 4, 5, 10,11]) ->where('type',1); return $build; }