From 969caabdbc83b8865f1005af7d7b891a003e9112 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Fri, 8 May 2026 17:44:39 +0800 Subject: [PATCH] 1 --- SGGL/FineUIPro.Web/HSSE/SitePerson/PersonList.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }