소스 검색

会员升级

Kirin 7 달 전
부모
커밋
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) {