|
|
@@ -341,7 +341,7 @@ public class WxOrderServiceImpl implements WxOrderService { |
|
|
payment = coupon.getPrice(); |
|
|
payment = coupon.getPrice(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (orderGroupId == null) { |
|
|
|
|
|
|
|
|
if (orderGroupId == null && coupon.getType().equals(EnumCouponType.COUPON_GROUP.getCode())) { |
|
|
// 拼团券 初始是全价即面额 |
|
|
// 拼团券 初始是全价即面额 |
|
|
payment = coupon.getPrice(); |
|
|
payment = coupon.getPrice(); |
|
|
} |
|
|
} |
|
|
|