diff --git a/SGGL/BLL/Common/Const.cs b/SGGL/BLL/Common/Const.cs
index 63375ede..a4344e24 100644
--- a/SGGL/BLL/Common/Const.cs
+++ b/SGGL/BLL/Common/Const.cs
@@ -833,6 +833,11 @@ namespace BLL
///
public const string luofeiId = "cbebdb72-a304-4a5c-a218-df9ab0f14088";
+ ///
+ /// 史志扬账号ID
+ ///
+ public const string shizhiyangId = "cbebdb72-a304-4a5c-a218-df9ab0f14088";
+
///
/// 公共临时账户ID
///
diff --git a/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonList.aspx.cs b/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonList.aspx.cs
index f8ab21cb..f02a4957 100644
--- a/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonList.aspx.cs
+++ b/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonList.aspx.cs
@@ -790,8 +790,8 @@ namespace FineUIPro.Web.HSSE.SitePerson
this.btnPersonUnit.Hidden = false;
}
}
- if (this.CurrUser.UserId == Const.luofeiId || this.CurrUser.UserId == Const.hfnbdId || this.CurrUser.UserId == Const.sysglyId)
- {//罗菲、管理员账号
+ if (this.CurrUser.UserId == Const.luofeiId || this.CurrUser.UserId == Const.shizhiyangId || this.CurrUser.UserId == Const.hfnbdId || this.CurrUser.UserId == Const.sysglyId)
+ {//罗菲、史志扬、管理员账号
this.btnSearchUserAdd.Hidden = false;
}
}