From bcfb91bc05f4213bc135aac0abed911dd84c35d5 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Fri, 20 Dec 2024 17:25:55 +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/Doctor/_MapConfig.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Doctor/_MapConfig.cs b/IRaCIS.Core.Application/Service/Doctor/_MapConfig.cs index 1c89b276e..83377bd8c 100644 --- a/IRaCIS.Core.Application/Service/Doctor/_MapConfig.cs +++ b/IRaCIS.Core.Application/Service/Doctor/_MapConfig.cs @@ -67,9 +67,9 @@ namespace IRaCIS.Core.Application.Service CreateMap(); CreateMap(); - CreateMap() - .ForMember(t => t.Hospital, c => c.MapFrom(d => d.HospitalEnt.HospitalName)) - .ForMember(t => t.HospitalCN, c => c.MapFrom(d => d.HospitalEnt.HospitalNameCN)); + CreateMap(); + // .ForMember(t => t.Hospital, c => c.MapFrom(d => d.HospitalEnt.HospitalName)) + //.ForMember(t => t.HospitalCN, c => c.MapFrom(d => d.HospitalEnt.HospitalNameCN)); CreateMap(); CreateMap();