diff --git a/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonList.aspx.cs b/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonList.aspx.cs index 17d9942b..f8ab21cb 100644 --- a/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonList.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonList.aspx.cs @@ -790,7 +790,7 @@ namespace FineUIPro.Web.HSSE.SitePerson this.btnPersonUnit.Hidden = false; } } - if (this.CurrUser.UserId == Const.luofeiId || this.CurrUser.UserId == Const.sysglyId || this.CurrUser.UserId == Const.sysglyId) + if (this.CurrUser.UserId == Const.luofeiId || this.CurrUser.UserId == Const.hfnbdId || this.CurrUser.UserId == Const.sysglyId) {//罗菲、管理员账号 this.btnSearchUserAdd.Hidden = false; }