Uat_Study
he 2022-12-28 11:11:34 +08:00
parent 36ba9f4c55
commit f878bdfdb6
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ namespace IRaCIS.Core.Application.Service
.ForMember(x => x.TaskMedicalReviewId, y => y.MapFrom(n => n.Id)); .ForMember(x => x.TaskMedicalReviewId, y => y.MapFrom(n => n.Id));
CreateMap<ReadingMedicalReviewDialog, GetMedicalReviewDialogOutDto>() CreateMap<ReadingMedicalReviewDialog, GetMedicalReviewDialogOutDto>()
.ForMember(x => x.FileList, y => y.MapFrom(n => n.FileList)) //.ForMember(x => x.FileList, y => y.MapFrom(n => n.FileList))
.ForMember(x => x.CreateUserName, y => y.MapFrom(n => n.CreateUser.UserName)); .ForMember(x => x.CreateUserName, y => y.MapFrom(n => n.CreateUser.UserName));
#endregion #endregion