修复空指针

pull/361/head^2
jiabing 2020-05-07 14:53:48 +08:00
parent a1e4de5379
commit 49fb71ea4e
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,6 @@ public class ThrowableUtil {
throw new BadRequestException(msg);
}
assert false;
throw new BadRequestException("删除失败" + t.getMessage());
throw new BadRequestException("删除失败");
}
}