13 lines
		
	
	
		
			627 B
		
	
	
	
		
			Transact-SQL
		
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			627 B
		
	
	
	
		
			Transact-SQL
		
	
	
	
| --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
 |