10 lines
		
	
	
		
			518 B
		
	
	
	
		
			Transact-SQL
		
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			518 B
		
	
	
	
		
			Transact-SQL
		
	
	
	
| alter table [dbo].[WBS_EquipmentMaterialBigType] add CnProfessionId int null
 | |
| GO
 | |
| 
 | |
| INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
 | |
| 	VALUES('82E1EB3B-3589-4C32-9C20-40125CE6EAB4','É豸²ÄÁÏ·ÖÀà','',15,'0','Menu_JDGL',0,0,1)
 | |
| 	GO
 | |
| 
 | |
| update Sys_Menu set SuperMenu='82E1EB3B-3589-4C32-9C20-40125CE6EAB4' where MenuId='F2BC1293-8639-4BD6-8759-648BCF6346E9'
 | |
| update Sys_Menu set SuperMenu='82E1EB3B-3589-4C32-9C20-40125CE6EAB4' where MenuId='D00B3C53-2972-4D24-B88F-B38880D4A24F'
 | |
| GO |