Commit 67e31c52 authored by hj's avatar hj

更新

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