diff --git a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationList.aspx.cs b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationList.aspx.cs
index 0f15eab6..6e9282ae 100644
--- a/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationList.aspx.cs
+++ b/SGGL/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationList.aspx.cs
@@ -810,5 +810,20 @@ namespace FineUIPro.Web.HSSE.HiddenInspection
}
}
#endregion
+
+ #region 拉取总包检查
+ ///
+ /// 拉取总包检查
+ ///
+ ///
+ ///
+ protected void btnPull_Click(object sender, EventArgs e)
+ {
+ APIHazardRegisterSyncService.getHazardRegisterLists();
+ this.BindGrid();
+ }
+ #endregion
+
+
}
}
\ No newline at end of file
diff --git a/SGGL/FineUIPro.Web/HSSE/Meeting/ClassMeeting.aspx.cs b/SGGL/FineUIPro.Web/HSSE/Meeting/ClassMeeting.aspx.cs
index 3370cbcd..9b14186f 100644
--- a/SGGL/FineUIPro.Web/HSSE/Meeting/ClassMeeting.aspx.cs
+++ b/SGGL/FineUIPro.Web/HSSE/Meeting/ClassMeeting.aspx.cs
@@ -275,11 +275,11 @@ namespace FineUIPro.Web.HSSE.Meeting
if (buttonList.Contains(BLL.Const.BtnAdd))
{
this.btnNew.Hidden = false;
- var porject = BLL.ProjectService.GetProjectByProjectId(this.ProjectId);
- if (!string.IsNullOrWhiteSpace(porject.SubjectUnit) && !string.IsNullOrWhiteSpace(porject.SubjectProject))
- {//项目关联了总包单位项目,显示推送操作按钮
- this.btnPush.Hidden = false;
- }
+ //var porject = BLL.ProjectService.GetProjectByProjectId(this.ProjectId);
+ //if (!string.IsNullOrWhiteSpace(porject.SubjectUnit) && !string.IsNullOrWhiteSpace(porject.SubjectProject))
+ //{//项目关联了总包单位项目,显示推送操作按钮
+ // this.btnPush.Hidden = false;
+ //}
}
if (buttonList.Contains(BLL.Const.BtnModify))
{