This commit is contained in:
geh
2026-09-16 15:14:03 +08:00
parent bad8a2486b
commit 46bc7ceaa3
@@ -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)