From 0732a5021c3c48e463b29f7d0757e022e72e0ecc Mon Sep 17 00:00:00 2001 From: "754998852@qq.com" <754998852@qq.com> Date: Thu, 12 Sep 2024 14:14:08 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SGGLDB_WH_V2024-09-11-phf.sql | 5 ++++ SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 2 +- .../InspectionSummary.aspx.cs | 4 +-- .../common/mainMenu_TestRun.aspx | 4 +-- .../common/mainMenu_TestRun.aspx.cs | 2 ++ .../common/mainMenu_TestRun.aspx.designer.cs | 30 +++++++++++++++---- SGGL/FineUIPro.Web/common/main_new.aspx | 12 ++++---- SGGL/FineUIPro.Web/index.aspx | 4 +-- 8 files changed, 45 insertions(+), 18 deletions(-) create mode 100644 DataBase/版本日志/SGGLDB_WH_V2024-09-11-phf.sql diff --git a/DataBase/版本日志/SGGLDB_WH_V2024-09-11-phf.sql b/DataBase/版本日志/SGGLDB_WH_V2024-09-11-phf.sql new file mode 100644 index 00000000..5ef0d067 --- /dev/null +++ b/DataBase/版本日志/SGGLDB_WH_V2024-09-11-phf.sql @@ -0,0 +1,5 @@ + +CREATE NONCLUSTERED INDEX [t_d_facerecord_Projectid_Index] +ON [dbo].[t_d_facerecord] ([ProjectId]) +INCLUDE ([ID],[EmployName],[DepartmentID],[DepartName],[AreaID],[AreaName],[EmployNO],[CardID],[RoleID],[DateTimeRecord],[RecordDes],[FaceIP],[InOrOut],[Des1],[Des2],[Des3],[Des4]) +; \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj index a779b583..1cd2185e 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj @@ -19248,7 +19248,7 @@ - +