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