|
|
@@ -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);
|