From 2fd9928c9cf9ef6f25215fcaa77f485919fa76ae Mon Sep 17 00:00:00 2001 From: devil_gong Date: Mon, 15 Jul 2019 11:11:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=94=AE=E5=90=8E=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= 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); -- GitLab