修改入组状态显示问题

Uat_Study
hang 2023-06-01 13:23:35 +08:00
parent e1ddb5920f
commit f9d48272ef
2 changed files with 6 additions and 0 deletions

View File

@ -161,6 +161,10 @@ namespace IRaCIS.Application.Services
u.OptTime = opt.OptTime;
u.OptUserName = opt.OptUserName;
}
else
{
u.DoctorTrialState = param.IntoGroupSearchState == 1 ? (int)EnrollStatus.HasDownloadResume : (int)EnrollStatus.HasCommittedToCRO;
}
});
if (_userInfo.UserTypeEnumInt == (int)UserTypeEnum.SPM)

View File

@ -10,6 +10,8 @@
HasAuditPassDownload = 3,//下载简历审核 同意
HasDownloadResume = 4, // 下载简历 完成
HasCommittedToCRO = 5, //已提交CRO