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
+5
View File
@@ -833,6 +833,11 @@ namespace BLL
/// </summary>
public const string luofeiId = "cbebdb72-a304-4a5c-a218-df9ab0f14088";
/// <summary>
/// 史志扬账号ID
/// </summary>
public const string shizhiyangId = "cbebdb72-a304-4a5c-a218-df9ab0f14088";
/// <summary>
/// 公共临时账户ID
/// </summary>
@@ -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;
}
}