2023-08-24 09:30:51 +08:00
|
|
|
--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数据仓库','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)
|
2023-09-06 16:25:07 +08:00
|
|
|
VALUES('775A5D3C-CB1C-4EC8-A7E1-F4FCD77E85DC','项目数据仓库','DigData/ProjectDataDW.aspx',20,'0','Menu_PDigData',1,1,1)
|
|
|
|
|
GO
|
2023-08-24 09:30:51 +08:00
|
|
|
|
|
|
|
|
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
|
|
|
|
|
VALUES('D9252E0B-3956-473A-8ECC-12C0933469C3','数据分析室','',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数据分析','DigData/ProjectWBSAnalysis.aspx',10,'D9252E0B-3956-473A-8ECC-12C0933469C3','Menu_PDigData',1,1,1)
|
2023-08-24 09:30:51 +08:00
|
|
|
GO
|
|
|
|
|
|
|
|
|
|
|