Commit 67e31c52 authored by hj's avatar hj

更新

parent 3686524c
...@@ -412,6 +412,7 @@ class ZhenKhService ...@@ -412,6 +412,7 @@ class ZhenKhService
} }
$itemList = []; $itemList = [];
foreach($orderDelivery as $delivery){ foreach($orderDelivery as $delivery){
if($delivery->p_id == 0) continue;
$zkhGoods = $this->zhenKhOrderService->getZkhGoodsSku($delivery->p_id); $zkhGoods = $this->zhenKhOrderService->getZkhGoodsSku($delivery->p_id);
if(empty($zkhGoods)){ if(empty($zkhGoods)){
$noMatchGoods[] = $orderNo; $noMatchGoods[] = $orderNo;
......
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