Commit 6dfa291e authored by hangjun83's avatar hangjun83

openapi 1.1

parent bc798f50
......@@ -233,7 +233,7 @@ class RhawnOrdersService
throw new \Exception('订单编号不存在',500);
}
if($order['cus_id'] != $customer['cus_id']){
throw new Exception('该订单你无权操作',500);
throw new \Exception('该订单你无权操作',500);
}
$dpdetail = $this->rhawnOrdersService->getOrderDispatchDetail($order['so_no']);
if($dpdetail){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment