From 70707cac4ef0265f2a6a4b99fdfa9f4b0d0758db Mon Sep 17 00:00:00 2001 From: fei550 <1420031550@qq.com> Date: Thu, 13 Mar 2025 15:41:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/BLL/API/HSSE/APIPageDataService.cs | 4 +- SGGL/BLL/BLL.csproj | 2 +- SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 2 +- SGGL/FineUIPro.Web/common/main_new.aspx.cs | 711 +++++++++++++-------- SGGL/FineUIPro.Web/packages.config | 2 +- SGGL/SgManager.AI/SgManager.AI.csproj | 4 +- SGGL/SgManager.AI/app.config | 8 +- SGGL/SgManager.AI/packages.config | 2 +- SGGL/WebAPI/Web.config | 130 ++-- SGGL/WebAPI/WebAPI.csproj | 4 +- SGGL/WebAPI/WebAPI.csproj.user | 2 +- SGGL/WebAPI/packages.config | 2 +- 12 files changed, 524 insertions(+), 349 deletions(-) diff --git a/SGGL/BLL/API/HSSE/APIPageDataService.cs b/SGGL/BLL/API/HSSE/APIPageDataService.cs index 43746f29..0652f686 100644 --- a/SGGL/BLL/API/HSSE/APIPageDataService.cs +++ b/SGGL/BLL/API/HSSE/APIPageDataService.cs @@ -20,7 +20,9 @@ namespace BLL var getDayAll = from x in db.SitePerson_PersonInOutNow join y in db.SitePerson_Person on x.PersonId equals y.PersonId join z in db.Base_WorkPost on y.WorkPostId equals z.WorkPostId - where x.ProjectId == projectId && x.ChangeTime.Value.Year == dateValue.Year && x.ChangeTime.Value.Month == dateValue.Month + where x.ProjectId == projectId + && x.ChangeTime.Value.Year == dateValue.Year + && x.ChangeTime.Value.Month == dateValue.Month && x.ChangeTime.Value.Day == dateValue.Day select new { x.PersonId, x.ChangeTime, x.IsIn, z.PostType }; if (getDayAll.Count() > 0) diff --git a/SGGL/BLL/BLL.csproj b/SGGL/BLL/BLL.csproj index a86bf87c..cd98f432 100644 --- a/SGGL/BLL/BLL.csproj +++ b/SGGL/BLL/BLL.csproj @@ -1078,7 +1078,7 @@ 2.1.1 - 12.0.1 + 13.0.1 2.5.5 diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj index df2e466b..db5c7488 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj @@ -19655,7 +19655,7 @@ - + - - - - + + + + - + - + - + - + - - - + + + - + - + - + - + - - + + - - - + + + - - - - + + + + - - - + + + - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + + + + + + + + - - + + - + \ No newline at end of file diff --git a/SGGL/WebAPI/WebAPI.csproj b/SGGL/WebAPI/WebAPI.csproj index aea3bf36..df8e7a4e 100644 --- a/SGGL/WebAPI/WebAPI.csproj +++ b/SGGL/WebAPI/WebAPI.csproj @@ -54,8 +54,8 @@ ..\packages\Aspose.Words.24.12.0\lib\net461\Aspose.Words.dll - - ..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll ..\packages\Swashbuckle.Core.5.6.0\lib\net40\Swashbuckle.Core.dll diff --git a/SGGL/WebAPI/WebAPI.csproj.user b/SGGL/WebAPI/WebAPI.csproj.user index d989db4f..77603cb5 100644 --- a/SGGL/WebAPI/WebAPI.csproj.user +++ b/SGGL/WebAPI/WebAPI.csproj.user @@ -1,4 +1,4 @@ - + Debug|Any CPU diff --git a/SGGL/WebAPI/packages.config b/SGGL/WebAPI/packages.config index ba1098f4..5695dc9f 100644 --- a/SGGL/WebAPI/packages.config +++ b/SGGL/WebAPI/packages.config @@ -25,7 +25,7 @@ - +