SGGL_SHJ/DataBase/菜单初始化脚本/1-10大数据中心(Menu_PDigData).sql

21 lines
1.0 KiB
MySQL
Raw Permalink Normal View History

--delete from Sys_ButtonToMenu where MenuId in (select MenuId from Sys_Menu where MenuType='Menu_PDigData')
--go
--delete from Sys_Menu where MenuType='Menu_PDigData'
--go
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
VALUES('5704B651-2172-45D3-8206-448612C5BA11','WBS<EFBFBD><EFBFBD><EFBFBD>ݲֿ<EFBFBD>','DigData/ProjectWBSDW.aspx',10,'0','Menu_PDigData',1,1,1)
GO
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
VALUES('775A5D3C-CB1C-4EC8-A7E1-F4FCD77E85DC','<EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD><EFBFBD>ݲֿ<EFBFBD>','DigData/ProjectDataDW.aspx',20,'0','Menu_PDigData',1,1,1)
GO
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
VALUES('D9252E0B-3956-473A-8ECC-12C0933469C3','<EFBFBD><EFBFBD><EFBFBD>ݷ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>','',30,'0','Menu_PDigData',1,0,1)
GO
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
2023-09-07 21:54:58 +08:00
VALUES('B6C1706F-685D-4BAF-B8F7-99C9561C8F5B','WBS<EFBFBD><EFBFBD><EFBFBD>ݷ<EFBFBD><EFBFBD><EFBFBD>','DigData/ProjectWBSAnalysis.aspx',10,'D9252E0B-3956-473A-8ECC-12C0933469C3','Menu_PDigData',1,1,1)
GO