From c0932853b7f7d4bc37e506d06cd99c91286dad6b Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 12 Aug 2022 10:38:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=BB=E7=94=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs | 1 + IRaCIS.Core.Application/Service/Doctor/DoctorService.cs | 2 ++ 2 files changed, 3 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs index bae63ea99..07e19f60e 100644 --- a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs +++ b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs @@ -668,6 +668,7 @@ namespace IRaCIS.Application.Contracts public string BlindName { get; set; } = String.Empty; public string BlindNameCN { get; set; } = string.Empty; + public string BlindPublications { get; set; } } diff --git a/IRaCIS.Core.Application/Service/Doctor/DoctorService.cs b/IRaCIS.Core.Application/Service/Doctor/DoctorService.cs index f79e50dc1..48351bd5a 100644 --- a/IRaCIS.Core.Application/Service/Doctor/DoctorService.cs +++ b/IRaCIS.Core.Application/Service/Doctor/DoctorService.cs @@ -440,6 +440,8 @@ namespace IRaCIS.Application.Services ActivelyReading = auditResumeParam.ActivelyReading, IsVirtual=auditResumeParam.IsVirtual, BlindName=auditResumeParam.BlindName, + BlindNameCN = auditResumeParam.BlindNameCN, + BlindPublications = auditResumeParam.BlindPublications, AuditTime = DateTime.Now, AuditUserId = userId });