修改
This commit is contained in:
@@ -204,7 +204,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
.ForMember(x => x.TaskMedicalReviewId, y => y.MapFrom(n => n.Id));
|
||||
|
||||
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));
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user