This commit is contained in:
夏菊 2026-05-08 17:44:39 +08:00
parent fac86ea406
commit 969caabdbc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}