This commit is contained in:
2025-07-14 10:16:31 +08:00
parent ec0c2febb2
commit 26c74aa8b3
@@ -141,7 +141,7 @@ namespace BLL
IQueryable<Model.SitePerson_Person> getInPersonList = from x in db.SitePerson_Person IQueryable<Model.SitePerson_Person> getInPersonList = from x in db.SitePerson_Person
where x.States == Const.ProjectPersonStates_1 where x.States == Const.ProjectPersonStates_1
select x; select x;
getInPersonList = getInPersonLists.Where(x => x.ProjectId == projectId); getInPersonList = getInPersonList.Where(x => x.ProjectId == projectId);
if (!string.IsNullOrEmpty(unitId) && unitId != Const._Null) if (!string.IsNullOrEmpty(unitId) && unitId != Const._Null)
{ {
if (unitId == "0") if (unitId == "0")