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

Commit 4bc97916 authored by 胡佳晨's avatar 胡佳晨

提交 下单文案提示

parent bc9cf052
......@@ -181,7 +181,9 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
//回退店铺券
if (e.getMessage() == null) {
return ResponseDto.failure(ErrorMapping.get("20018"));//乱七八糟异常
} else if (e.getMessage().equals("券不可用")) {
} else if (e.getMessage().equals("无权购买")) {
return ResponseDto.failure(e.getMessage());
}else if (e.getMessage().equals("券不可用")) {
return ResponseDto.failure(e.getMessage());
} else if (e.getMessage().equals("不可购买")) {
return ResponseDto.failure(e.getMessage());
......
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