This commit is contained in:
高飞 2026-04-09 17:06:04 +08:00
parent 9c2e72506b
commit 206cb99daa
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}