Browse Source

[拼团][修改][下单金额错误]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
751c865c8b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java View File

@@ -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();
} }


Loading…
Cancel
Save