From 206cb99daa4fa3effe0b77abebf141f4db4619cc Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Thu, 9 Apr 2026 17:06:04 +0800 Subject: [PATCH] 1 --- SGGL/BLL/API/APIPersonService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/BLL/API/APIPersonService.cs b/SGGL/BLL/API/APIPersonService.cs index 946fe329..68923901 100644 --- a/SGGL/BLL/API/APIPersonService.cs +++ b/SGGL/BLL/API/APIPersonService.cs @@ -441,7 +441,7 @@ namespace BLL && (strWorkPostId == null || x.WorkPostId == strWorkPostId) && x.States == states select x; - if (unitId != Const.UnitId_SEDIN && !string.IsNullOrEmpty(unitId)) + if (unitId != Const.UnitId_SEDIN && unitId != Const.UnitId_SEDINNB && !string.IsNullOrEmpty(unitId)) { getViews = getViews.Where(x => x.UnitId == unitId); }