From 994da66ecf728b56a1956b6b6f194a7f3104fb6d Mon Sep 17 00:00:00 2001
From: wendy <408182087@qq.com>
Date: Thu, 26 Sep 2024 14:13:09 +0800
Subject: [PATCH] =?UTF-8?q?20240926=20=E8=8F=9C=E5=8D=95=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
DataBase/版本日志/SGGLDB_WH_V2024-09-20-bwj.sql | 10 ++++++++++
SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 2 +-
SGGL/FineUIPro.Web/common/Menu_CQMS.xml | 3 ++-
3 files changed, 13 insertions(+), 2 deletions(-)
create mode 100644 DataBase/版本日志/SGGLDB_WH_V2024-09-20-bwj.sql
diff --git a/DataBase/版本日志/SGGLDB_WH_V2024-09-20-bwj.sql b/DataBase/版本日志/SGGLDB_WH_V2024-09-20-bwj.sql
new file mode 100644
index 00000000..f3f3742e
--- /dev/null
+++ b/DataBase/版本日志/SGGLDB_WH_V2024-09-20-bwj.sql
@@ -0,0 +1,10 @@
+
+insert into Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
+values('0E1CCE60-6F9D-419D-B763-E9E0AF5621E6','λֲ̻֡ü','',10,'3B322232-38A1-4291-9832-CD4A01C2A975','Menu_CQMS',0,0,1)
+go
+update Sys_Menu set SortIndex=10,MenuName='ֲݿ',SuperMenu='0E1CCE60-6F9D-419D-B763-E9E0AF5621E6' where MenuId='17E206A1-E06B-40C0-8DCB-E3AAA2E3B339'
+go
+update Sys_Menu set SortIndex=20,SuperMenu='0E1CCE60-6F9D-419D-B763-E9E0AF5621E6' where MenuId='FB94A120-921B-4AAB-B54F-EC11B6F561FD'
+go
+update Sys_Menu set SortIndex=30,SuperMenu='0E1CCE60-6F9D-419D-B763-E9E0AF5621E6' where MenuId='BA250432-492B-49A3-8BB6-D04BF74D2EDD'
+go
diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
index 826e4ed2..77eed5c7 100644
--- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
+++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
@@ -19256,7 +19256,7 @@
-
+