Commit e0eec9e1 by 周晓航

Merge branch 'feature/xukang_20211201_虚拟订单退款' into qa

parents 9f7bed5a 9203de2d
......@@ -3439,7 +3439,7 @@ public class OrderServiceImpl implements Orderservice {
List<String> responsDTOData = responsDTO.getData();
if (CollectionUtils.isEmpty(responsDTOData) || !responsDTOData.containsAll(couponCodeList)) {
// fisherman 文案让产品提供
return ResponseUtil.error(ResponseResult.COUPON_CANCEL_FAIL.getCode(), "您购买的优惠券已锁定,请先进行解锁操作再退款");
return ResponseUtil.error(ResponseResult.COUPON_CANCEL_FAIL.getCode(), "您购买的优惠券已转赠给好友,不支持退款");
}
return ResponseUtil.success();
}
......
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