This commit is contained in:
2026-04-10 14:06:38 +08:00
5 changed files with 33 additions and 28 deletions
+1 -1
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);
}