From 29ceb27d39fb075f42753ff657fc064a19272462 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Fri, 7 Aug 2026 14:35:46 +0800 Subject: [PATCH] 1 --- HJGL_DS/BLL/API/APIWeldServices.cs | 2 +- .../FineUIPro.Web/FineUIPro.Web.csproj.user | 4 +-- .../PublishProfiles/FolderProfile.pubxml.user | 33 ++++++++++++++----- HJGL_DS/WebAPI/WebAPI.csproj.user | 4 +-- 4 files changed, 29 insertions(+), 14 deletions(-) diff --git a/HJGL_DS/BLL/API/APIWeldServices.cs b/HJGL_DS/BLL/API/APIWeldServices.cs index b45f1de..35f1ed6 100644 --- a/HJGL_DS/BLL/API/APIWeldServices.cs +++ b/HJGL_DS/BLL/API/APIWeldServices.cs @@ -25,7 +25,7 @@ namespace BLL.API projectids.AddRange(wpids); if (userId == BLL.Const.GlyId) { - projectids = (from x in db.Base_Project where x.ProjectSoft == "1" select x.ProjectId).ToList(); + projectids = (from x in db.Base_Project where x.ProjectSoft == "1" select x.ProjectId).Take(2000).ToList(); } var q = from x in db.Weld_UsingPlan where projectids.Contains(x.ProjectId) && (x.UsingManOne == userId || x.InPutMan == userId) select x; diff --git a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user index e3436b8..abef49a 100644 --- a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user +++ b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user @@ -1,8 +1,8 @@ - + true - Release|Any CPU + Debug|Any CPU diff --git a/HJGL_DS/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user b/HJGL_DS/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user index 67bbaa5..5411168 100644 --- a/HJGL_DS/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user +++ b/HJGL_DS/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user @@ -72,20 +72,26 @@ 07/03/2024 11:01:07 + + 04/12/2024 09:54:20 + 09/10/2013 16:29:20 09/10/2013 16:29:20 + + 04/12/2024 09:54:20 + - 12/19/2025 10:46:46 + 08/07/2026 10:46:18 - 07/28/2025 20:15:00 + 12/31/2025 16:32:37 - 12/19/2025 10:46:46 + 08/07/2026 10:46:18 12/17/2020 21:32:28 @@ -115,13 +121,13 @@ 07/25/2012 11:48:56 - 12/19/2025 10:46:45 + 08/07/2026 10:46:10 - 12/19/2025 10:46:45 + 08/07/2026 10:46:10 - 03/17/2021 20:03:36 + 11/28/2018 02:07:34 11/27/2018 17:59:08 @@ -288,6 +294,15 @@ 05/24/2018 13:38:24 + + 08/07/2026 10:46:25 + + + 07/28/2025 11:00:31 + + + 08/07/2026 10:46:25 + 02/01/2018 12:17:18 @@ -319,10 +334,10 @@ 02/01/2018 12:20:56 - 12/19/2025 10:46:46 + 08/07/2026 10:46:32 - 12/19/2025 10:46:46 + 08/07/2026 10:46:32 01/23/2014 13:57:34 @@ -448,7 +463,7 @@ 07/03/2024 11:01:07 - 12/19/2025 10:47:09 + 08/07/2026 10:46:51 \ No newline at end of file diff --git a/HJGL_DS/WebAPI/WebAPI.csproj.user b/HJGL_DS/WebAPI/WebAPI.csproj.user index 8cd7f1f..a48b337 100644 --- a/HJGL_DS/WebAPI/WebAPI.csproj.user +++ b/HJGL_DS/WebAPI/WebAPI.csproj.user @@ -1,7 +1,7 @@ - + - Release|Any CPU + Debug|Any CPU FolderProfile true