修改用户类型返回接口

This commit is contained in:
2022-12-01 14:40:40 +08:00
committed by he
parent 2aa4542a8a
commit 54871c4fbe
@@ -120,7 +120,6 @@ namespace IRaCIS.Core.Application.Contracts
if (userTypeSelectEnum == UserTypeSelectEnum.SiteSurvey)
{
userTypeEnums = new List<UserTypeEnum>() { UserTypeEnum.CRA, UserTypeEnum.ClinicalResearchCoordinator };
}