指挥调度中心菜单移动到安全检查下面-智慧巡检
This commit is contained in:
parent
2566255f90
commit
cf027d4abe
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue