From 26c74aa8b31b841f7db6f06f01b0608997f9dfe7 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Mon, 14 Jul 2025 10:16:31 +0800 Subject: [PATCH] 1 --- SGGL/BLL/HSSE/SitePerson/SitePerson_PersonService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")