CRA 不能签名,需要迁移

IRC_NewDev
hang 2023-12-01 15:58:10 +08:00
parent 79b97f089c
commit 9f5ae6f897
1 changed files with 1 additions and 1 deletions

View File

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