20220315 代码初始化上传
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
--delete from Sys_ButtonToMenu where MenuId in (select MenuId from Sys_Menu where MenuType='Menu_Project')
|
||||
--go
|
||||
--delete from Sys_Menu where MenuType='Menu_Project'
|
||||
--go
|
||||
|
||||
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
|
||||
VALUES('B95DF6F0-EB0C-4120-BD56-A4453AB42059','项目列表','ProjectData/ProjectList.aspx',10,'0','Menu_Project',1,1,1)
|
||||
GO
|
||||
|
||||
--INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
|
||||
--VALUES('B95DF6F0-EB0C-4120-BD56-A4453AB42059','项目施工综合信息','ProjectData/ProjectInformation.aspx',20,'0','Menu_Project',1,1,1)
|
||||
--GO
|
||||
Reference in New Issue
Block a user