fix: 错误提示

V0.5.x
jay 2023-06-16 18:13:05 +08:00
parent 9ff610546c
commit 135458519a
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ public class UserException extends BizException {
public UserException(String message) {
super( message);
this.code = ErrCode.SYSTEM_EXCEPTION.getKey();
this.message = message;
}