三库隐患记录取值改成从安全健康检查取
This commit is contained in:
@@ -204,6 +204,13 @@ namespace FineUIPro.Web.HSSE.HiddenInspection
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
//更新三库隐患记录
|
||||
string message = string.Empty;
|
||||
SanKuDataSummaryReportService.UpdateHazardRecord(register.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.BtnModify);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user