x修改用户类型返回接口
parent
df038360ca
commit
35bdac371c
|
@ -132,7 +132,7 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
if (userTypeSelectEnum == UserTypeSelectEnum.EnrollOrPD_EmailReceive)
|
||||
{
|
||||
|
||||
userTypeEnums = new List<UserTypeEnum>() { UserTypeEnum.CRA, UserTypeEnum.ClinicalResearchCoordinator };
|
||||
userTypeEnums = new List<UserTypeEnum>() { UserTypeEnum.CPM, UserTypeEnum.SPM, UserTypeEnum.SMM, UserTypeEnum.CMM };
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue