|  |  | @ -1527,6 +1527,11 @@ public class HeartService { | 
			
		
	
		
		
			
				
					
					|  |  |  |      */ |  |  |  |      */ | 
			
		
	
		
		
			
				
					
					|  |  |  |     @Transactional(rollbackFor = Exception.class) |  |  |  |     @Transactional(rollbackFor = Exception.class) | 
			
		
	
		
		
			
				
					
					|  |  |  |     public void pullData(BasicExportTypeEnum exportType) { |  |  |  |     public void pullData(BasicExportTypeEnum exportType) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         switch (exportType){ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             case IO_ORDER: | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             case COUNTRY_DI_DATA: | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 return; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |         Date startTime = new Date(); |  |  |  |         Date startTime = new Date(); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         String data = spGetHttp.pullData(exportType); |  |  |  |         String data = spGetHttp.pullData(exportType); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |