代码修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-07-29 14:19:03 +08:00
parent 6c9c8ee5dc
commit 55bb70179c
2 changed files with 4 additions and 2 deletions
@@ -759,7 +759,8 @@ namespace IRaCIS.Application.Services
GetClinicalType=inDto.GetClinicalType,
SubjectId=inDto.SubjectId,
TrialId=inDto.TrialId,
ReadingId=inDto.ReadingId,
SelectIsSign=false,
ReadingId =inDto.ReadingId,
TrialReadingCriterionId = inDto.TrialReadingCriterionId,
});
var readingIds = result.Select(x => x.ReadingId).ToList();