From 3b2bb94e9e6e1baaf7d4f52f8bfe732968a52ddb Mon Sep 17 00:00:00 2001
From: xiaju <1784803958@qq.com>
Date: Tue, 25 Aug 2026 17:03:50 +0800
Subject: [PATCH] 1
---
SGGL/BLL/Common/Const.cs | 5 +++++
SGGL/FineUIPro.Web/HSSE/SitePerson/PersonList.aspx.cs | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/SGGL/BLL/Common/Const.cs b/SGGL/BLL/Common/Const.cs
index 63375ede..a4344e24 100644
--- a/SGGL/BLL/Common/Const.cs
+++ b/SGGL/BLL/Common/Const.cs
@@ -833,6 +833,11 @@ namespace BLL
///
public const string luofeiId = "cbebdb72-a304-4a5c-a218-df9ab0f14088";
+ ///
+ /// 史志扬账号ID
+ ///
+ public const string shizhiyangId = "cbebdb72-a304-4a5c-a218-df9ab0f14088";
+
///
/// 公共临时账户ID
///
diff --git a/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonList.aspx.cs b/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonList.aspx.cs
index f8ab21cb..f02a4957 100644
--- a/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonList.aspx.cs
+++ b/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonList.aspx.cs
@@ -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;
}
}