记得上下班打卡 | git大法好,push需谨慎

Commit 40244448 authored by 胡佳晨's avatar 胡佳晨

请完成“待支付订单”支付或等待取消后再进行购买 修改文案

parent 9a540c04
......@@ -425,7 +425,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ
if (e.getMessage() == null) {
return ResponseDto.failure(ErrorMapping.get("20018"));//乱七八糟异常
} else if (e.getMessage().equals("券不可用")) {
return ResponseDto.failure("请在“我的订单”中取消或支付“待支付订单”再进行操作");//券不可用
return ResponseDto.failure("请完成“待支付订单”支付或等待取消后再进行购买");//券不可用
} else {
return ResponseDto.failure(ErrorMapping.get("20018"));//乱七八糟异常
}
......
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