diff --git a/SGGL/BLL/HSSE/SitePerson/SitePerson_PersonService.cs b/SGGL/BLL/HSSE/SitePerson/SitePerson_PersonService.cs index 3b6f99c2..06592fe0 100644 --- a/SGGL/BLL/HSSE/SitePerson/SitePerson_PersonService.cs +++ b/SGGL/BLL/HSSE/SitePerson/SitePerson_PersonService.cs @@ -141,7 +141,7 @@ namespace BLL IQueryable getInPersonList = from x in db.SitePerson_Person where x.States == Const.ProjectPersonStates_1 select x; - getInPersonList = getInPersonLists.Where(x => x.ProjectId == projectId); + getInPersonList = getInPersonList.Where(x => x.ProjectId == projectId); if (!string.IsNullOrEmpty(unitId) && unitId != Const._Null) { if (unitId == "0")