1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user