Uat_Study
he 2022-08-26 16:59:25 +08:00
parent 865e295b7d
commit 2229521640
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ namespace IRaCIS.Core.Application.Service
#region IR阅片
CreateMap<ReadingQuestionTrial, GetTrialReadingQuestionOutDto>()
.ForMember(x=>x.ReadingQuestionTrialId, y=>y.MapFrom(z=>z.Id));
.ForMember(x=>x.Id, y=>y.MapFrom(z=>z.Id));
CreateMap<VisitTask, GetReadingPastResultListOutDto>()
.ForMember(x => x.VisitTaskId, y => y.MapFrom(z => z.Id));