|
|
|
@@ -331,7 +331,7 @@ public class WxOrderServiceImpl implements WxOrderService { |
|
|
|
Date curr = new Date(); |
|
|
|
|
|
|
|
int payment = coupon.getSalePrice(); |
|
|
|
if (isPress) { |
|
|
|
if (isPress || coupon.getType().equals(EnumCouponType.COUPON_PRESS.getCode())) { |
|
|
|
// 砍价券 初始是全价即面额 |
|
|
|
payment = coupon.getPrice(); |
|
|
|
} |
|
|
|
|