Uat_Study
he 2022-10-10 13:48:12 +08:00
parent 2fd1abf54d
commit 713392e2c3
1 changed files with 1 additions and 2 deletions

View File

@ -227,8 +227,7 @@ namespace IRaCIS.Core.Application.Service
CreateMap<Trial, GetTrialReadingInfoOutDto>() CreateMap<ReadingQuestionCriterionTrial, GetTrialReadingInfoOutDto>();
.ForMember(t => t.TrialId, u => u.MapFrom(c => c.Id));