This commit is contained in:
2026-08-25 17:03:50 +08:00
parent 3d7c01003d
commit 3b2bb94e9e
2 changed files with 7 additions and 2 deletions
@@ -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;
}
}