CRA 不能签名,需要迁移

This commit is contained in:
2023-12-01 15:58:10 +08:00
parent 79b97f089c
commit 9f5ae6f897
@@ -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"]));