退货失败--

This commit is contained in:
Jerry Yan 2020-09-22 10:17:45 +08:00
parent 467ca23848
commit ba0cae119f

View File

@ -189,7 +189,7 @@ class OrderRefunds extends Base{
// }
//
// }
$object = $this->get($id);
$object = $this->where('orderId', $id)->find();
if(!$object){
return WSTReturn('未找到此订单(被删除无法找回的)'.$id);
}