shizhongqi 4 月之前
父節點
當前提交
85d3d9ba61
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      biz-hd/purchase/services/PurchaseService.php

+ 3 - 3
biz-hd/purchase/services/PurchaseService.php

@@ -217,9 +217,9 @@ class PurchaseService extends BaseService
                 $orderItemList = OrderItemClass::getOrderItem($orderSn);
                 if (!empty($orderItemList)) {
                     foreach ($orderItemList as $item) {
-                        if ($item['limitBuy'] <= 0) {
-                            continue;
-                        }
+                        // if ($item['limitBuy'] <= 0) {
+                            // continue;
+                        // }
 
                         $productId = $item['productId'] ?? 0;
                         $num = floor($item['num'] ?? 0);