29 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			MySQL
		
	
	
	
		
		
			
		
	
	
			29 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			MySQL
		
	
	
	
|  | insert into [Base_CNProfessional] values
 | |||
|  | ('13d9ee9a-e585-4b40-907a-91fefcfce370','DZ','<EFBFBD><EFBFBD>װ',12)
 | |||
|  | GO
 | |||
|  | insert into [Base_CNProfessional] values
 | |||
|  | ('5111e93d-1e8c-4ffa-ade1-8ad7934c2871','JH','<EFBFBD>ƻ<EFBFBD>',1)
 | |||
|  | GO
 | |||
|  | update [Base_CNProfessional] set SortIndex=6 where CNProfessionalId='BEFD0713-9BA2-4973-B0A8-7C54D41CCEC0'
 | |||
|  | GO
 | |||
|  | update [Base_CNProfessional] set SortIndex=9 where CNProfessionalId='CVDSFDSF-RFRE-CDDE-BFRE-DFVDFEFEW567'
 | |||
|  | GO
 | |||
|  | update [Base_CNProfessional] set SortIndex=5 where CNProfessionalId='DEB367FF-AD35-41A0-B68E-FA8E68737B93'
 | |||
|  | GO
 | |||
|  | insert into [Base_CNProfessional] values
 | |||
|  | ('ee762383-15df-4612-8f44-e4bfb26b351d','HJ','<EFBFBD><EFBFBD><EFBFBD><EFBFBD>',10)
 | |||
|  | GO
 | |||
|  | update [Base_CNProfessional] set SortIndex=3,[ProfessionalName]='<EFBFBD><EFBFBD><EFBFBD><EFBFBD>' where CNProfessionalId='F41C5022-F499-4BD7-84B6-E87E4CE53CAC'
 | |||
|  | GO
 | |||
|  | delete from Base_CNProfessional where CNProfessionalId='13d9ee9a-e585-4b40-907a-91fefcfce370'
 | |||
|  | GO
 | |||
|  | delete from WBS_Breakdown
 | |||
|  | delete from WBS_Division
 | |||
|  | GO
 | |||
|  | alter table WBS_Division add SubItemType char(1) null
 | |||
|  | alter table WBS_Breakdown add CheckAcceptType char(1) null
 | |||
|  | GO
 | |||
|  | insert into WBS_Division select * from WBS_Division
 | |||
|  | insert into WBS_Breakdown select * from WBS_Breakdown
 | |||
|  | GO
 |