From e717bf1b672d7a9583f9d1b4f9e89f57406a0ba5 Mon Sep 17 00:00:00 2001
From: gaofei1985 <181547018@qq.com>
Date: Tue, 18 Nov 2025 09:31:59 +0800
Subject: [PATCH] 1
---
SGGL/BLL/Common/CommonService.cs | 2 +-
SGGL/BLL/Common/Const.cs | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/SGGL/BLL/Common/CommonService.cs b/SGGL/BLL/Common/CommonService.cs
index d2ac7d52..8acf9aff 100644
--- a/SGGL/BLL/Common/CommonService.cs
+++ b/SGGL/BLL/Common/CommonService.cs
@@ -403,7 +403,7 @@ namespace BLL
else
{
var user = Person_PersonsService.GetPerson_PersonsById(userId);
- if (user != null && (user.UnitId == Const.UnitId_SEDIN || user.UnitId == Const.UnitId_SEDINNB))
+ if (user != null && (user.UnitId == Const.UnitId_SEDIN || user.UnitId == Const.UnitId_SEDINNB || user.UnitId == Const.UnitId_SEDINJH))
{
result = true;
}
diff --git a/SGGL/BLL/Common/Const.cs b/SGGL/BLL/Common/Const.cs
index 9b2dcfea..506e2f90 100644
--- a/SGGL/BLL/Common/Const.cs
+++ b/SGGL/BLL/Common/Const.cs
@@ -204,6 +204,10 @@ namespace BLL
///
public const string UnitId_SEDINNB = "274fc39e-66e2-4bb9-8080-acb808499e82";
///
+ /// 赛鼎焦化单位id
+ ///
+ public const string UnitId_SEDINJH = "2d2ffdfb-e2f7-430e-888a-240de2b12c06";
+ ///
/// 集团公司单位id
///
public const string UnitId_CNCEC = "722090d1-b5de-4c3c-a4f7-14f308161a3b";