Commit 49fb71ea authored by jiabing's avatar jiabing
Browse files

修复空指针

parent a1e4de53
...@@ -46,6 +46,6 @@ public class ThrowableUtil { ...@@ -46,6 +46,6 @@ public class ThrowableUtil {
throw new BadRequestException(msg); throw new BadRequestException(msg);
} }
assert false; assert false;
throw new BadRequestException("删除失败:" + t.getMessage()); throw new BadRequestException("删除失败");
} }
} }
Supports Markdown
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