Commit 9203de2d by 周晓航

修改提示语言

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 75cc3e86
...@@ -3462,7 +3462,7 @@ public class OrderServiceImpl implements Orderservice { ...@@ -3462,7 +3462,7 @@ public class OrderServiceImpl implements Orderservice {
List<String> responsDTOData = responsDTO.getData(); List<String> responsDTOData = responsDTO.getData();
if (CollectionUtils.isEmpty(responsDTOData) || !responsDTOData.containsAll(couponCodeList)) { if (CollectionUtils.isEmpty(responsDTOData) || !responsDTOData.containsAll(couponCodeList)) {
// fisherman 文案让产品提供 // fisherman 文案让产品提供
return ResponseUtil.error(ResponseResult.COUPON_CANCEL_FAIL.getCode(), "您购买的优惠券已锁定,请先进行解锁操作再退款"); return ResponseUtil.error(ResponseResult.COUPON_CANCEL_FAIL.getCode(), "您购买的优惠券已转赠给好友,不支持退款");
} }
return ResponseUtil.success(); 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