From 408e81d6d676ae28853963f1676f4df50e7e0b37 Mon Sep 17 00:00:00 2001
From: wxd <123@qq.com>
Date: Mon, 5 Aug 2024 17:59:01 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=95=B0=E6=8D=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../TransToWebPeis/TransToWebPeisAppService.cs | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs b/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs
index 91ab1d2..6018829 100644
--- a/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs
+++ b/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs
@@ -160,7 +160,7 @@ namespace Shentun.Peis.TransToWebPeis
}
///
- /// 根据人员登记ID上传人员体检信息
+ /// 根据人员登记ID上传人员体检信息 上传备单
///
///
///
@@ -219,7 +219,7 @@ namespace Shentun.Peis.TransToWebPeis
}
///
- /// 导入数据 任务计划用
+ /// 导入数据 任务计划用 上传报告
///
///
///
@@ -296,6 +296,7 @@ namespace Shentun.Peis.TransToWebPeis
#endregion
+ //获取到报告地址
if (!string.IsNullOrWhiteSpace(reportBase64))
{
await UploadPeisReportAsync(new UploadPeisReportIuputDto
@@ -1312,8 +1313,9 @@ namespace Shentun.Peis.TransToWebPeis
}
#endregion
- patientRegisterEnt.IsUploadAppoint = 'Y';
-
+ if (patientRegisterEnt.CompleteFlag != PatientRegisterCompleteFlag.SumCheck)
+ patientRegisterEnt.IsUploadAppoint = 'Y';
+
await _patientRegisterRepository.UpdateAsync(patientRegisterEnt);
}
else