From ceb2365ea53c57edad23ba16258d03e4b2711c30 Mon Sep 17 00:00:00 2001 From: vaining01 <276653425@qq.com> Date: Tue, 3 Dec 2024 12:37:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=A5=E5=91=8A=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Reports/0005/Rpt0005RegisterCheckAsbitem.cs | 4 ++-- .../Reports/ConvertRpt/ConvertToReport.cs | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Shentun.Peis.Application.Contracts/Reports/0005/Rpt0005RegisterCheckAsbitem.cs b/src/Shentun.Peis.Application.Contracts/Reports/0005/Rpt0005RegisterCheckAsbitem.cs index 7936761..6d28495 100644 --- a/src/Shentun.Peis.Application.Contracts/Reports/0005/Rpt0005RegisterCheckAsbitem.cs +++ b/src/Shentun.Peis.Application.Contracts/Reports/0005/Rpt0005RegisterCheckAsbitem.cs @@ -26,7 +26,7 @@ namespace Shentun.Peis.Reports public string lisSampleNo { get; set; } public string samplerName { get; set; } - public string samplingTime { get; set; } + public string samplingDateTime { get; set; } public string summarysText { get; set; } /// @@ -45,6 +45,6 @@ namespace Shentun.Peis.Reports /// /// 体检审核时间 /// - public string auditTime { get; set; } + public string auditDateTime { get; set; } } } diff --git a/src/Shentun.Peis.Application/Reports/ConvertRpt/ConvertToReport.cs b/src/Shentun.Peis.Application/Reports/ConvertRpt/ConvertToReport.cs index 7a15834..6c410b4 100644 --- a/src/Shentun.Peis.Application/Reports/ConvertRpt/ConvertToReport.cs +++ b/src/Shentun.Peis.Application/Reports/ConvertRpt/ConvertToReport.cs @@ -1086,12 +1086,12 @@ namespace Shentun.Peis.Reports.ConvertRpt auditorName = asbitem.AuditorName, auditorSignUrl = asbitem.AuditorNameSignUrl, samplerName = asbitem.SamplerName, - samplingTime = asbitem.SamplingTime, + samplingDateTime = asbitem.SamplingTime, checkDate = asbitem.CheckDate.ToString("yyyy-MM-dd HH:mm:ss"), auditorUserSignUrl = asbitem.AuditorUserSignUrl, isAudit = Convert.ToString(asbitem.IsAudit), auditorUserName = asbitem.AuditorUserName, - auditTime = asbitem.AuditTime, + auditDateTime = asbitem.AuditTime, }; @@ -1496,12 +1496,12 @@ namespace Shentun.Peis.Reports.ConvertRpt auditorName = asbitem.AuditorName, auditorSignUrl = asbitem.AuditorNameSignUrl, samplerName = asbitem.SamplerName, - samplingTime = asbitem.SamplingTime, + samplingDateTime = asbitem.SamplingTime, lisSampleNo = asbitem.LisSampleNo, auditorUserSignUrl = asbitem.AuditorUserSignUrl, isAudit = Convert.ToString(asbitem.IsAudit), auditorUserName = asbitem.AuditorUserName, - auditTime = asbitem.AuditTime, + auditDateTime = asbitem.AuditTime, }; if (asbitem.AsbitemNames.Contains("乙肝"))