From 46bc7ceaa3b890c44cb1847ab9f95095a83efe80 Mon Sep 17 00:00:00 2001 From: geh <1923421292@qq.com> Date: Wed, 16 Sep 2026 15:14:03 +0800 Subject: [PATCH] 1 --- .../HSSE/HiddenInspection/HiddenRectificationAdd.aspx.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SUBQHSE/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationAdd.aspx.cs b/SUBQHSE/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationAdd.aspx.cs index 5d62281..1657b24 100644 --- a/SUBQHSE/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationAdd.aspx.cs +++ b/SUBQHSE/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationAdd.aspx.cs @@ -334,11 +334,11 @@ namespace FineUIPro.Web.HSSE.HiddenInspection BLL.LogService.AddSys_Log(this.CurrUser, register.HazardCode, register.HazardRegisterId, BLL.Const.HiddenRectificationMenuId, BLL.Const.BtnAdd); } //更新三库隐患记录 - string message = string.Empty; - SanKuDataSummaryReportService.UpdateHazardRecord(register.HazardRegisterId, ref message); - if (!string.IsNullOrWhiteSpace(message)) + string message1 = string.Empty; + SanKuDataSummaryReportService.UpdateHazardRecord(register.HazardRegisterId, ref message1); + if (!string.IsNullOrWhiteSpace(message1)) { - ShowNotify(message, MessageBoxIcon.Warning); + ShowNotify(message1, MessageBoxIcon.Warning); } //Project_HSSEData_HSSEService.StatisticalData(this.CurrUser.LoginProjectId, Project_HSSEData_HSSEService.HSSEDateType.SupervisionAndInspection); if (isClosed)