From eeb910c33a6cc53bd0f8d64108ed3c3d785b6f49 Mon Sep 17 00:00:00 2001 From: lanzu_qinsheng <334039090@qq.com> Date: Mon, 28 Sep 2020 11:18:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E8=AE=A2=E5=8D=95=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Common/Order.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }