国际化修改

This commit is contained in:
he
2023-03-29 11:43:48 +08:00
parent e7f17f97d6
commit cb2aa0cfa4
16 changed files with 74 additions and 42 deletions
@@ -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();