1
This commit is contained in:
@@ -141,7 +141,7 @@ namespace BLL
|
||||
IQueryable<Model.SitePerson_Person> 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")
|
||||
|
||||
Reference in New Issue
Block a user