From 751c865c8b3b160fef0ef05810dcf3c53f49d28f Mon Sep 17 00:00:00 2001 From: gongbiao Date: Fri, 8 Mar 2019 10:16:21 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8B=BC=E5=9B=A2][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E4=B8=8B=E5=8D=95=E9=87=91=E9=A2=9D=E9=94=99=E8=AF=AF]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/iformall/service/impl/WxOrderServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java index 6da867701..dda53108b 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java @@ -341,7 +341,7 @@ public class WxOrderServiceImpl implements WxOrderService { payment = coupon.getPrice(); } - if (orderGroupId == null) { + if (orderGroupId == null && coupon.getType().equals(EnumCouponType.COUPON_GROUP.getCode())) { // 拼团券 初始是全价即面额 payment = coupon.getPrice(); }