From f878bdfdb671f7d4fb44e0344fb0020fba6bfdf1 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 28 Dec 2022 11:11:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Reading/_MapConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs b/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs index 2230288e0..6d615aa2d 100644 --- a/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs +++ b/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs @@ -204,7 +204,7 @@ namespace IRaCIS.Core.Application.Service .ForMember(x => x.TaskMedicalReviewId, y => y.MapFrom(n => n.Id)); CreateMap() - .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