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

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

文案

parent 5ee91521
...@@ -159,6 +159,8 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService { ...@@ -159,6 +159,8 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
} }
if (e.getMessage() == null) { if (e.getMessage() == null) {
return ResponseDto.failure(ErrorMapping.get("20018"));//乱七八糟异常 return ResponseDto.failure(ErrorMapping.get("20018"));//乱七八糟异常
} else if (e.getMessage().equals("平台券不可用")) {
return ResponseDto.failure(e.getMessage());
} else if (e.getMessage().equals("无权购买")) { } else if (e.getMessage().equals("无权购买")) {
return ResponseDto.failure(e.getMessage()); return ResponseDto.failure(e.getMessage());
} else if (e.getMessage().equals("平台券店铺券不可一起使用")) { } else if (e.getMessage().equals("平台券店铺券不可一起使用")) {
......
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