From 62f133e7b33dcc0a389878b52266f6d3904ce336 Mon Sep 17 00:00:00 2001
From: vaining01 <276653425@qq.com>
Date: Mon, 2 Dec 2024 17:52:18 +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
---
 .../Reports/0005/Rpt0005RegisterCheckAsbitem.cs | 17 +++++++++++++++++
 .../Reports/ConvertRpt/ConvertToReport.cs       |  8 ++++++++
 2 files changed, 25 insertions(+)
diff --git a/src/Shentun.Peis.Application.Contracts/Reports/0005/Rpt0005RegisterCheckAsbitem.cs b/src/Shentun.Peis.Application.Contracts/Reports/0005/Rpt0005RegisterCheckAsbitem.cs
index df649b5..7936761 100644
--- a/src/Shentun.Peis.Application.Contracts/Reports/0005/Rpt0005RegisterCheckAsbitem.cs
+++ b/src/Shentun.Peis.Application.Contracts/Reports/0005/Rpt0005RegisterCheckAsbitem.cs
@@ -29,5 +29,22 @@ namespace Shentun.Peis.Reports
         public string samplingTime { get; set; }
 
         public string summarysText { get; set; }
+        /// 
+        /// 体检审核医生签名
+        /// 
+        public string auditorUserSignUrl { get; set; }
+
+        /// 
+        /// 是否审核
+        /// 
+        public string isAudit { get; set; }
+        /// 
+        /// 体检审核医生名称
+        /// 
+        public string auditorUserName { get; set; }
+        /// 
+        /// 体检审核时间
+        /// 
+        public string auditTime { get; set; }
     }
 }
diff --git a/src/Shentun.Peis.Application/Reports/ConvertRpt/ConvertToReport.cs b/src/Shentun.Peis.Application/Reports/ConvertRpt/ConvertToReport.cs
index b682cdb..7a15834 100644
--- a/src/Shentun.Peis.Application/Reports/ConvertRpt/ConvertToReport.cs
+++ b/src/Shentun.Peis.Application/Reports/ConvertRpt/ConvertToReport.cs
@@ -1088,6 +1088,10 @@ namespace Shentun.Peis.Reports.ConvertRpt
                         samplerName = asbitem.SamplerName,
                         samplingTime = 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,
                     };
 
 
@@ -1494,6 +1498,10 @@ namespace Shentun.Peis.Reports.ConvertRpt
                         samplerName = asbitem.SamplerName,
                         samplingTime = asbitem.SamplingTime,
                         lisSampleNo = asbitem.LisSampleNo,
+                        auditorUserSignUrl = asbitem.AuditorUserSignUrl,
+                        isAudit = Convert.ToString(asbitem.IsAudit),
+                        auditorUserName = asbitem.AuditorUserName,
+                        auditTime = asbitem.AuditTime,
                     };
 
                     if (asbitem.AsbitemNames.Contains("乙肝"))