Commit 1024504e by box

三方券订单退款退券

parent f703637e
...@@ -167,7 +167,9 @@ public class RefundService { ...@@ -167,7 +167,9 @@ public class RefundService {
if (BooleanUtils.isTrue(orderRefundVo.getIsPartRefund())) { if (BooleanUtils.isTrue(orderRefundVo.getIsPartRefund())) {
throw new ServiceException("该订单不支持部分退款,请联系门店进行线下处理"); throw new ServiceException("该订单不支持部分退款,请联系门店进行线下处理");
} }
freezeCouponCode(partnerId, order); if (BizTypeEnum.SALE_COUPON.getBizType().equals(order.getBizType())) {
freezeCouponCode(partnerId, order);
}
} }
// 退款是否退配送费 // 退款是否退配送费
......
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