From 2ea157d59511a6c890ac87c9ca7e27aca604fb91 Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Wed, 2 Apr 2025 10:11:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=91=8A=E5=AF=B9=E6=AF=94=20?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PrintReports/PrintReportAppService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shentun.Peis.Application/PrintReports/PrintReportAppService.cs b/src/Shentun.Peis.Application/PrintReports/PrintReportAppService.cs index 36395aa..54124d6 100644 --- a/src/Shentun.Peis.Application/PrintReports/PrintReportAppService.cs +++ b/src/Shentun.Peis.Application/PrintReports/PrintReportAppService.cs @@ -1614,7 +1614,7 @@ namespace Shentun.Peis.PrintReports ItemName = s.FirstOrDefault().itemName, ItemReferenceRange = s.Key.ReferenceRangeValue, ItemResult = s.Key.Result, - MedicalStartDate = DataHelper.ConversionDateShortNoSymbolToString(s.FirstOrDefault().medicalStartDate) + MedicalStartDate = DataHelper.ConversionDateShortToString(s.FirstOrDefault().medicalStartDate) }).ToList(); foreach (var item in entListDto)