1
This commit is contained in:
@@ -833,6 +833,11 @@ namespace BLL
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public const string luofeiId = "cbebdb72-a304-4a5c-a218-df9ab0f14088";
|
public const string luofeiId = "cbebdb72-a304-4a5c-a218-df9ab0f14088";
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 史志扬账号ID
|
||||||
|
/// </summary>
|
||||||
|
public const string shizhiyangId = "cbebdb72-a304-4a5c-a218-df9ab0f14088";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 公共临时账户ID
|
/// 公共临时账户ID
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -790,8 +790,8 @@ namespace FineUIPro.Web.HSSE.SitePerson
|
|||||||
this.btnPersonUnit.Hidden = false;
|
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;
|
this.btnSearchUserAdd.Hidden = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user