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