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