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('未找到此订单(被删除无法找回的)'); }