Commit 28f4d5e1 by shuhu.hou@freemud.cn

核销券码失败,直接返回

parent 7ecd9618
...@@ -374,6 +374,7 @@ public class OrderServiceImpl implements Orderservice { ...@@ -374,6 +374,7 @@ public class OrderServiceImpl implements Orderservice {
//核销优惠券,若核销失败直接退款 //核销优惠券,若核销失败直接退款
if (!ResponseResult.SUCCESS.getCode().equals(couponActivityService.verificationCoupon(orderBean).getCode())){ if (!ResponseResult.SUCCESS.getCode().equals(couponActivityService.verificationCoupon(orderBean).getCode())){
orderRefund(orderBean, "核销券异常退款", openid, oid); orderRefund(orderBean, "核销券异常退款", openid, oid);
return newSendPayFaileMessage();
} }
// 订单失败后 发消息重试 待实现 // 订单失败后 发消息重试 待实现
String takeCode; String takeCode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment