From 6b1f5818ad83c7bad4e31be564db51e5edb29b06 Mon Sep 17 00:00:00 2001 From: lsm Date: Tue, 13 Aug 2024 09:15:21 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E8=87=AA=E5=8A=A8=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E5=81=9C=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PEIS/View/Exam/PartForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PEIS/View/Exam/PartForm.cs b/PEIS/View/Exam/PartForm.cs index 0391e36..d7add29 100644 --- a/PEIS/View/Exam/PartForm.cs +++ b/PEIS/View/Exam/PartForm.cs @@ -845,7 +845,7 @@ namespace PEIS.View.Exam } //检验/检查科室 自动保存 - if (IsAutoSaveSummary) // IsAutoSaveSummary // 停用自动保存 + if (false) // IsAutoSaveSummary // 停用自动保存 { // 检验/检查科室,未审核且未弃检,自动保存结果,自动生成小结和结论 if (_patient.ID <= 0 || _patient.FinishTime != null || _examPart.VerifyTime != null ||