|  |  | @ -228,6 +228,7 @@ public class FileServiceImpl implements FileService { | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |         if(!StringUtils.isEmpty(host)) { |  |  |  |         if(!StringUtils.isEmpty(host)) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             String result = IDCUtils.post(host+"/spssync/file/downloadFile", params);  |  |  |  |             String result = IDCUtils.post(host+"/spssync/file/downloadFile", params);  | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             logger.info(host+":sync-result--"+result); | 
			
		
	
		
		
			
				
					
					|  |  |  |             JSONObject object = JSON.parseObject(result); |  |  |  |             JSONObject object = JSON.parseObject(result); | 
			
		
	
		
		
			
				
					
					|  |  |  |             boolean success = false; |  |  |  |             boolean success = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |             if(object.getInteger("code")==20000) { |  |  |  |             if(object.getInteger("code")==20000) { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |