From 57fe1b46b8574834454f97b53007e4a5e4b35743 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Fri, 10 May 2019 10:41:09 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=B8=8B=E8=AE=A2=E5=8D=95][=E4=BF=AE?= =?UTF-8?q?=E6=94=B9]:=E5=85=8D=E8=B4=B9=E5=88=B8=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E5=90=8E=E7=BB=A7=E7=BB=AD=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/iformall/service/impl/WxOrderServiceImpl.java | 3 +++ 1 file changed, 3 insertions(+) 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 a2591536c..c525f25ce 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java @@ -1184,6 +1184,9 @@ public class WxOrderServiceImpl implements WxOrderService { logger.error("couponOrder失败:" + e.getMessage()); throw new MallinkException(ErrorCode.COUPON_ORDER_SAVE_ERR); } + + // 6. 订单+券包 流程 完成 + actionAfterCouponOrderSuccess(record, coupon, user); return record; }