集团三库

This commit is contained in:
2026-09-10 18:51:12 +08:00
parent dc6abc4cbb
commit 5be709c0e6
131 changed files with 25364 additions and 970 deletions
@@ -302,6 +302,13 @@ namespace FineUIPro.Web.HSSE.HiddenInspection
HazardRegisterId = register.HazardRegisterId;
register.CheckTime = DateTime.Now;
BLL.HSSE_Hazard_HazardRegisterService.AddHazardRegister(register);
//更新三库网格化巡查
string message = string.Empty;
SanKuDataSummaryReportService.UpdateGridPatrolRecord(this.HazardRegisterId, ref message);
if (!string.IsNullOrWhiteSpace(message))
{
ShowNotify(message, MessageBoxIcon.Warning);
}
BLL.LogService.AddSys_Log(this.CurrUser, register.HazardCode, register.HazardRegisterId, BLL.Const.HiddenRectificationMenuId, BLL.Const.BtnAdd);
}
if (isClosed)