国际化修改
This commit is contained in:
@@ -252,7 +252,8 @@ namespace IRaCIS.Core.Application.Service.Inspection
|
||||
}
|
||||
else if (user.Status == UserStateEnum.Disable)
|
||||
{
|
||||
throw new BusinessValidationFailedException("当前用户已被禁用。");
|
||||
//---当前用户已被禁用。
|
||||
throw new BusinessValidationFailedException(_localizer["Inspection_UserDisabled"]);
|
||||
}
|
||||
return ResponseOutput.Ok();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user