From 69e6b9467ef53f61024c77faf0b64330d76000b7 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Mon, 15 Jul 2019 11:24:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=94=AE=E5=90=8E=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/OrderAftersaleService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/service/OrderAftersaleService.php b/application/service/OrderAftersaleService.php index 12ba1cdab..528a2130d 100644 --- a/application/service/OrderAftersaleService.php +++ b/application/service/OrderAftersaleService.php @@ -48,7 +48,6 @@ class OrderAftersaleService 'where' => [ 'id' => intval($order_id), 'user_id' => intval($user_id), - 'is_delete_time' => 0, ], ); $ret = OrderService::OrderList($data_params);