退货失败

This commit is contained in:
Jerry Yan 2020-09-22 10:02:32 +08:00
parent 8af760c9d1
commit 2f3f1399da

View File

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