From 2e6c2005cc93c026dfe80310c3d2a486ac864d08 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 30 Nov 2022 17:34:27 +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 --- .../Service/Reading/MedicalAudit/ReadingMedicalReviewService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/MedicalAudit/ReadingMedicalReviewService.cs b/IRaCIS.Core.Application/Service/Reading/MedicalAudit/ReadingMedicalReviewService.cs index f579ad23..bdd5af79 100644 --- a/IRaCIS.Core.Application/Service/Reading/MedicalAudit/ReadingMedicalReviewService.cs +++ b/IRaCIS.Core.Application/Service/Reading/MedicalAudit/ReadingMedicalReviewService.cs @@ -140,7 +140,7 @@ namespace IRaCIS.Core.Application.Service if (oncologyInfo != null) { x.OncologyEvaluationResult = oncologyInfo.EvaluationResult; - x.OncologyEvaluationReason = oncologyInfo.EvaluationResult; + x.OncologyEvaluationReason = oncologyInfo.EvaluationReason; } });