Commit b88de84b authored by hj's avatar hj

更新提交0

parent 94e338df
......@@ -171,7 +171,7 @@ class BhuaOrdersService
throw new \Exception('订单编号不存在',500);
}
if($order['cus_id'] != $customer['cus_id']){
throw new \Exception('该订单你无权操作',500);
throw new \Exception($customer['cus_id'].',该订单你无权操作',500);
}
$dpdetail = $this->bhuaOrdersService->getOrderDispatchDetail($order['so_no']);
if($dpdetail){
......
......@@ -281,7 +281,7 @@ class RhawnOrdersService
throw new \Exception('订单编号不存在',500);
}
if($order['cus_id'] != $customer['cus_id']){
throw new \Exception('该订单你无权操作',500);
throw new \Exception($customer['cus_id'].',该订单你无权操作',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