修改
This commit is contained in:
@@ -183,7 +183,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
var subjects = await _subjectRepository.Where(x => x.TrialId == inDto.TrialId).Select(x => new GetCRCSubjectClinicalResultDto()
|
||||
{
|
||||
SubjectId = x.Id,
|
||||
SunjectCode = x.ShortName
|
||||
SunjectCode = x.Code
|
||||
}).ToListAsync();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user