shish 2 years ago
parent
commit
f266641d95
1 changed files with 1 additions and 0 deletions
  1. 1 0
      biz-ghs/order/classes/PurchaseOrderClass.php

+ 1 - 0
biz-ghs/order/classes/PurchaseOrderClass.php

@@ -1564,6 +1564,7 @@ class PurchaseOrderClass extends BaseClass
             }
             }
             //增加项
             //增加项
             if ($actPrice <= 0) {
             if ($actPrice <= 0) {
+                unset($orderList[$key]);
                 continue;
                 continue;
             }
             }
             $itemList = $orderItemList[$orderSn] ?? [];
             $itemList = $orderItemList[$orderSn] ?? [];