From 8af760c9d16563a06ce93c2982c68588e68bc6ec Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Tue, 22 Sep 2020 09:55:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E8=B4=A7=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hyhproject/common/model/OrderRefunds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyhproject/common/model/OrderRefunds.php b/hyhproject/common/model/OrderRefunds.php index 47e3953..96e6147 100755 --- a/hyhproject/common/model/OrderRefunds.php +++ b/hyhproject/common/model/OrderRefunds.php @@ -189,7 +189,7 @@ class OrderRefunds extends Base{ // } // // } - $object = $this->get($id); + $object = $this->where('orderId', $id)->find(); if(!$object){ return WSTReturn('未找到此订单(被删除无法找回的)'); }