From a1b1c69c84dfdf289af5e916dd48df31218cdd3c Mon Sep 17 00:00:00 2001 From: nizongfeng Date: Fri, 26 Nov 2021 13:26:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=95=E7=A4=BA=E4=BE=9B=E5=BA=94=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/service/OrderMainService.php | 2 +- application/admin/view/order_main/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/application/admin/service/OrderMainService.php b/application/admin/service/OrderMainService.php index 8c70f16..92239cd 100644 --- a/application/admin/service/OrderMainService.php +++ b/application/admin/service/OrderMainService.php @@ -306,7 +306,7 @@ class OrderMainService */ public function getOrderList($param){ $orderMainDao = new OrderMainDao(); - $where = ["id"=>["neq",""]]; + $where = ["del_flag"=>0]; if (!empty($param['order_id'])) { $where["id"]=$param['order_id']; } diff --git a/application/admin/view/order_main/index.html b/application/admin/view/order_main/index.html index 0903ddb..5122f56 100755 --- a/application/admin/view/order_main/index.html +++ b/application/admin/view/order_main/index.html @@ -180,6 +180,7 @@
+