修改入组状态显示问题

This commit is contained in:
2023-06-01 13:23:35 +08:00
parent e1ddb5920f
commit f9d48272ef
2 changed files with 6 additions and 0 deletions
@@ -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)