From 1353fed0eed850e137ebc939783c382d4c4ee504 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 12 Mar 2026 16:12:36 +0800 Subject: [PATCH] =?UTF-8?q?ReviewerCode=20=E7=BC=96=E8=BE=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Doctor/DoctorService.cs | 1 + .../Service/ReadingCalculate/General/ReadingCalculateService.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Doctor/DoctorService.cs b/IRaCIS.Core.Application/Service/Doctor/DoctorService.cs index a796f1d85..d5ffe7069 100644 --- a/IRaCIS.Core.Application/Service/Doctor/DoctorService.cs +++ b/IRaCIS.Core.Application/Service/Doctor/DoctorService.cs @@ -234,6 +234,7 @@ namespace IRaCIS.Core.Application.Service //重新插入新的 Title记录 updateModel.TitleIds.ForEach(titleId => adddata.Add(new DoctorDictionary() { DoctorId = updateModel.Id.Value, KeyName = StaticData.Title, DictionaryId = titleId })); + indto.ReviewerCode = doctor.ReviewerCode; await _doctorDictionaryRepository.AddRangeAsync(adddata); _mapper.Map(indto, doctor); diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/General/ReadingCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/General/ReadingCalculateService.cs index 6c7f0a060..0a9ffac47 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/General/ReadingCalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/General/ReadingCalculateService.cs @@ -51,7 +51,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate {CriterionType.RECIST1Pointt1_MB,typeof(RECIST1Point1_BMCalculateService) }, {CriterionType.IRECIST1Point1,typeof(IRECIST1Point1CalculateService) }, {CriterionType.Lugano2014,typeof(LuganoCalculateService) }, - {CriterionType.Lugano2014WithoutPET,typeof(LuganoWithoutPETCalculateService) }, + {CriterionType.Lugano2014WithoutPET,typeof(LuganoWithoutPETCalculateService) }, {CriterionType.IVUS,typeof(IVUSCalculateService) }, {CriterionType.OCT,typeof(OCTCalculateService) }, {CriterionType.MRIPDFF,typeof(MRIPDFFCalculateService) },