From 7613c64f7b91617773164c76d54fcc9243233f29 Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Tue, 30 Apr 2024 13:16:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=93=E6=A3=80=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PrintReports/PrintReportAppService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Shentun.Peis.Application/PrintReports/PrintReportAppService.cs b/src/Shentun.Peis.Application/PrintReports/PrintReportAppService.cs index 0af620a..405de4b 100644 --- a/src/Shentun.Peis.Application/PrintReports/PrintReportAppService.cs +++ b/src/Shentun.Peis.Application/PrintReports/PrintReportAppService.cs @@ -494,7 +494,7 @@ namespace Shentun.Peis.PrintReports DisplayOrder = sa.DisplayOrder, }).OrderBy(o => o.DisplayOrder).ToList(), CommonReasons = s.SumSuggestionContents. - Where(o => o.SuggestionType == SuggestionTypeFlag.MedicalInterpretation) + Where(o => o.SuggestionType == SuggestionTypeFlag.CommonReasons) .OrderBy(o => o.DisplayOrder) .Select(sa => new MedicalReportSumSuggestionContentDto { @@ -502,7 +502,7 @@ namespace Shentun.Peis.PrintReports DisplayOrder = sa.DisplayOrder, }).OrderBy(o => o.DisplayOrder).ToList(), HealthGuidances = s.SumSuggestionContents. - Where(o => o.SuggestionType == SuggestionTypeFlag.MedicalInterpretation) + Where(o => o.SuggestionType == SuggestionTypeFlag.HealthGuidance) .OrderBy(o => o.DisplayOrder) .Select(sa => new MedicalReportSumSuggestionContentDto {