Uat_Study
he 2023-06-28 14:26:40 +08:00
parent 63ae52d99c
commit 2c06dfb553
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ namespace IRaCIS.Core.Application.Service
var subjects = await _subjectRepository.Where(x => x.TrialId == inDto.TrialId).Select(x => new GetCRCSubjectClinicalResultDto() var subjects = await _subjectRepository.Where(x => x.TrialId == inDto.TrialId).Select(x => new GetCRCSubjectClinicalResultDto()
{ {
SubjectId = x.Id, SubjectId = x.Id,
SunjectCode = x.ShortName SunjectCode = x.Code
}).ToListAsync(); }).ToListAsync();