This commit is contained in:
he
2022-10-12 16:24:11 +08:00
parent 5a4b1b04e4
commit 8051a130f7
3 changed files with 9 additions and 0 deletions
@@ -145,6 +145,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid TrialId { get; set; }
[NotDefault]
public Guid TrialReadingCriterionId { get; set; }
}
@@ -147,6 +147,7 @@ namespace IRaCIS.Application.Services
{
SubjectId = dto.SubjectId,
TrialId=dto.TrialId,
TrialReadingCriterionId=dto.TrialReadingCriterionId,
});
GetReadModuleSingleOutdto? readModule = data.Item1.CurrentPageData.FirstOrDefault().Data.Where(x => x.Id == dto.Id).Select(x => new GetReadModuleSingleOutdto()