From 7b9e71ea6d3cde9860eb6259fae6a21846cd4680 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 22 Sep 2022 13:46:49 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs b/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs index ffbae29b3..58d552569 100644 --- a/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs +++ b/IRaCIS.Core.Application/Service/Reading/_MapConfig.cs @@ -53,7 +53,8 @@ namespace IRaCIS.Core.Application.Service CreateMap(); CreateMap() - .ForMember(d => d.OriginalId, u => u.MapFrom(s => s.Id)); + .ForMember(d => d.OriginalId, u => u.MapFrom(s => s.Id)) + .ForMember(dest => dest.ReadingQuestionTrial, opt => opt.Ignore()); #region 阅片问题