Commit 9e3475ef authored by hangjun83's avatar hangjun83

openapi 1.1

parent a386e747
...@@ -382,7 +382,7 @@ class ZhenKhService ...@@ -382,7 +382,7 @@ class ZhenKhService
} }
$itemList = []; $itemList = [];
foreach($orderDelivery as $delivery){ foreach($orderDelivery as $delivery){
$zkhGoods = $this->rhawnService->getZkhGoodsSku($delivery->p_id); $zkhGoods = $this->zhenKhOrderService->getZkhGoodsSku($delivery->p_id);
if(empty($zkhGoods)){ if(empty($zkhGoods)){
$noMatchGoods[] = $orderNo; $noMatchGoods[] = $orderNo;
throw new \Exception('对应震坤行商品数据未找到'); throw new \Exception('对应震坤行商品数据未找到');
......
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