From cf027d4abe45a192bac8f73a2f1d4726a538a478 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Fri, 11 Jul 2025 09:37:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E6=8C=A5=E8=B0=83=E5=BA=A6=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E8=8F=9C=E5=8D=95=E7=A7=BB=E5=8A=A8=E5=88=B0=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E6=A3=80=E6=9F=A5=E4=B8=8B=E9=9D=A2-=E6=99=BA?= =?UTF-8?q?=E6=85=A7=E5=B7=A1=E6=A3=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DataBase/版本日志/SGGLDB_V2025-07-10-001_lc.sql | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/DataBase/版本日志/SGGLDB_V2025-07-10-001_lc.sql b/DataBase/版本日志/SGGLDB_V2025-07-10-001_lc.sql index eafe8373..171220a2 100644 --- a/DataBase/版本日志/SGGLDB_V2025-07-10-001_lc.sql +++ b/DataBase/版本日志/SGGLDB_V2025-07-10-001_lc.sql @@ -7,6 +7,15 @@ set MenuName=' where MenuId ='09E6A03F-65C8-4FAC-9659-7A0B56D8CC19' GO + +--182BC982-F98F-41B3-A2D2-9DD834BF5833 Menu_CommandDispatchCenter Ö¸»Óµ÷¶ÈÖÐÐÄ 11 MenuType_P NULL +--select*from Sys_Const +--where GroupId ='MenuType_P' + +delete Sys_Const +where GroupId ='MenuType_P' and ID='182BC982-F98F-41B3-A2D2-9DD834BF5833' +GO + IF NOT EXISTS (SELECT * FROM Sys_Menu WHERE MenuId = 'DE0CA5F1-AE72-4752-A244-D474F3F5F9C8') BEGIN INSERT INTO [dbo].[Sys_Menu] ([MenuId], [MenuName], [Icon], [Url], [SortIndex], [SuperMenu], [MenuType], [IsOffice], [IsEnd], [IsUsed])