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";