shizhongqi 4 месяцев назад
Родитель
Сommit
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);