!14 修复空指针

Merge pull request !14 from 平淡0生活/master
pull/361/head^2
Elune 2020-05-07 18:09:15 +08:00 committed by Gitee
commit 63f00cd39c
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("删除失败");
}
}