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)