浏览代码

会员升级

Kirin 3 月之前
父节点
当前提交
2503ec6872
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/services/order/StoreOrderComputedServices.php

+ 1 - 1
app/services/order/StoreOrderComputedServices.php

@@ -117,7 +117,7 @@ class StoreOrderComputedServices extends BaseServices
         $seckillId = $this->paramData['seckill_id'] ?? 0;
         $bargainId = $this->paramData['bargainId'] ?? 0;
         $newcomerId = $this->paramData['newcomerId'] ?? 0;
-        $isActivity = $combinationId || $seckillId || $bargainId || $newcomerId;
+        $isActivity = $combinationId || $seckillId || $bargainId || $newcomerId || ($priceGroup['awardPrice'] > 0);
         $type = (int)$deduction['type'] ?? 0;
         $results = batch([
             // 'coupon' => function() use ($couponId, $uid, $cartInfo, $payPrice, $isActivity, $promotions) {