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 {