From ac6777e5f41054558a4b8b39bc0004931d32c06e Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Wed, 10 Jun 2026 12:19:53 +0800 Subject: [PATCH] 1 --- SGGL/BLL/Person/Person_ShuntService.cs | 6 +++++- SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/SGGL/BLL/Person/Person_ShuntService.cs b/SGGL/BLL/Person/Person_ShuntService.cs index 4085b9b4..91274698 100644 --- a/SGGL/BLL/Person/Person_ShuntService.cs +++ b/SGGL/BLL/Person/Person_ShuntService.cs @@ -38,7 +38,11 @@ namespace BLL /// public static IEnumerable getListData(string workPostId, string postTitleId, string name, string certificateId, Grid Grid1) { - IQueryable getDataList = getDataLists; + IQueryable getDataList = from x in Funs.DB.Person_Persons + where x.PersonId != Const.sysglyId && x.PersonId != Const.hfnbdId && x.UnitId == Const.UnitId_SEDIN + && x.DepartId == Const.Depart_constructionId + && x.CurrentProjectId == null && (!x.IsOffice.HasValue || x.IsOffice == false) + select x; if (!string.IsNullOrEmpty(workPostId) && workPostId != Const._Null) { getDataList = getDataList.Where(e => e.WorkPostId == workPostId); diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj index 3a383262..c78b374e 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj @@ -17182,7 +17182,7 @@ - +