|
|
|
@@ -1557,7 +1557,7 @@ public class WxOrderServiceImpl implements WxOrderService { |
|
|
|
try { |
|
|
|
wxCouponOrderService.verify(couponOrder,null,EnumCouponVerifyType.VERIFY_AUTO); |
|
|
|
} catch (Exception e) { |
|
|
|
logger.error("系统券包核销异常:" + e.getMessage()); |
|
|
|
logger.error("系统券包核销异常:" + e.getMessage(),e); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@@ -1569,7 +1569,7 @@ public class WxOrderServiceImpl implements WxOrderService { |
|
|
|
try { |
|
|
|
wxCouponSendService.sendCouponToUser(EnumCouponSendSendType.C_ORDER, order,EnumPayWay.PAY_WAY_NOT_UNPAY_TRADE); |
|
|
|
} catch (Exception e) { |
|
|
|
logger.error("订单发券:" + e.getMessage()); |
|
|
|
logger.error("订单发券:" + e.getMessage(),e); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|