内部人员 直接pm 可以加pm
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-08-15 14:37:04 +08:00
parent 8d4a791a1c
commit 32c4d634ed
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ namespace IRaCIS.Application.Services
var userTypeEnums = new List<UserTypeEnum>() { UserTypeEnum.ClinicalResearchCoordinator, UserTypeEnum.CRA, UserTypeEnum.IQC, UserTypeEnum.APM, UserTypeEnum.MIM, UserTypeEnum.QA, UserTypeEnum.MW, UserTypeEnum.MC };
if (_userInfo.UserTypeEnumInt == (int)UserTypeEnum.SuperAdmin)
//if (_userInfo.UserTypeEnumInt == (int)UserTypeEnum.SuperAdmin)
{
userTypeEnums.Add(UserTypeEnum.ProjectManager);
}