Compare commits

..

No commits in common. "633c2e5b8b7b443104d165664ae1ede6d8384b23" and "06231fe321b03f2c51f12e40e6e0ec6c2731298c" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ namespace IRaCIS.Core.Application.Filter
#region 处理新的用户类型,不能操作项目相关接口 #region 处理新的用户类型,不能操作项目相关接口
// 后期列举出具体的类型,其他任何用户类型,都不允许操作 // 后期列举出具体的类型,其他任何用户类型,都不允许操作
if (_userInfo.UserTypeEnumInt == (int)UserTypeEnum.CRA && _userInfo.RequestUrl.ToLower()!= "TrialDocument/userConfirm") if (_userInfo.UserTypeEnumInt == (int)UserTypeEnum.CRA)
{ {
//---对不起,您的账户没有操作权限。 //---对不起,您的账户没有操作权限。
context.Result = new JsonResult(ResponseOutput.NotOk(_localizer["TrialResource_NoAccessPermission"])); context.Result = new JsonResult(ResponseOutput.NotOk(_localizer["TrialResource_NoAccessPermission"]));