退货失败
This commit is contained in:
parent
63aa29c5f2
commit
8af760c9d1
@ -189,7 +189,7 @@ class OrderRefunds extends Base{
|
|||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// }
|
// }
|
||||||
$object = $this->get($id);
|
$object = $this->where('orderId', $id)->find();
|
||||||
if(!$object){
|
if(!$object){
|
||||||
return WSTReturn('未找到此订单(被删除无法找回的)');
|
return WSTReturn('未找到此订单(被删除无法找回的)');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user