1
This commit is contained in:
@@ -441,7 +441,7 @@ namespace BLL
|
|||||||
&& (strWorkPostId == null || x.WorkPostId == strWorkPostId)
|
&& (strWorkPostId == null || x.WorkPostId == strWorkPostId)
|
||||||
&& x.States == states
|
&& x.States == states
|
||||||
select x;
|
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);
|
getViews = getViews.Where(x => x.UnitId == unitId);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user