13 lines
		
	
	
		
			627 B
		
	
	
	
		
			MySQL
		
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			627 B
		
	
	
	
		
			MySQL
		
	
	
	
| 
								 | 
							
								--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','<EFBFBD><EFBFBD>Ŀ<EFBFBD>б<EFBFBD>','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','<EFBFBD><EFBFBD>Ŀʩ<EFBFBD><EFBFBD><EFBFBD>ۺ<EFBFBD><EFBFBD><EFBFBD>Ϣ','ProjectData/ProjectInformation.aspx',20,'0','Menu_Project',1,1,1)
							 | 
						|||
| 
								 | 
							
								--GO
							 |