|  |  | @ -402,7 +402,7 @@ public class IdcServiceImpl implements IdcService { | 
			
		
	
		
		
			
				
					
					|  |  |  |         boolean success = false; |  |  |  |         boolean success = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |         if(isLastLevel()) { |  |  |  |         if(isLastLevel()) { | 
			
		
	
		
		
			
				
					
					|  |  |  |         	success = analyMiddle("",json,files,true,true); |  |  |  |         	success = analyMiddle("",json,files,true,true); | 
			
		
	
		
		
			
				
					
					|  |  |  |         	syncAddTaskStatus(json,2,success,startTime,true); |  |  |  |         	syncAddTaskStatus(json,3,success,startTime,true); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         	if(!success) { |  |  |  |         	if(!success) { | 
			
		
	
		
		
			
				
					
					|  |  |  |         		 |  |  |  |         		 | 
			
		
	
		
		
			
				
					
					|  |  |  |         		return ResultVOUtils.error(9000, "解析失败"); |  |  |  |         		return ResultVOUtils.error(9000, "解析失败"); | 
			
		
	
	
		
		
			
				
					|  |  | @ -413,11 +413,11 @@ public class IdcServiceImpl implements IdcService { | 
			
		
	
		
		
			
				
					
					|  |  |  | 	        	String host = getNextHost(); |  |  |  | 	        	String host = getNextHost(); | 
			
		
	
		
		
			
				
					
					|  |  |  | 	        	String result = relay(request.getHeader("reqNo"),content,saveFiles,host); |  |  |  | 	        	String result = relay(request.getHeader("reqNo"),content,saveFiles,host); | 
			
		
	
		
		
			
				
					
					|  |  |  | 	        	if(IDCUtils.isJson(result)) { |  |  |  | 	        	if(IDCUtils.isJson(result)) { | 
			
		
	
		
		
			
				
					
					|  |  |  | 	        		syncAddTaskStatus(json,1,true,startTime,true); |  |  |  | 	        		syncAddTaskStatus(json,2,true,startTime,true); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 	        		BaseResponse object = JSON.parseObject(result,BaseResponse.class); |  |  |  | 	        		BaseResponse object = JSON.parseObject(result,BaseResponse.class); | 
			
		
	
		
		
			
				
					
					|  |  |  | 	        		return object; |  |  |  | 	        		return object; | 
			
		
	
		
		
			
				
					
					|  |  |  | 	        	} else { |  |  |  | 	        	} else { | 
			
		
	
		
		
			
				
					
					|  |  |  | 	        		syncAddTaskStatus(json,1,false,startTime,false); |  |  |  | 	        		syncAddTaskStatus(json,2,false,startTime,false); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 	        		return ResultVOUtils.error(9000, "转发失败"); |  |  |  | 	        		return ResultVOUtils.error(9000, "转发失败"); | 
			
		
	
		
		
			
				
					
					|  |  |  | 	        	} |  |  |  | 	        	} | 
			
		
	
		
		
			
				
					
					|  |  |  | 	        		 |  |  |  | 	        		 | 
			
		
	
	
		
		
			
				
					|  |  | @ -513,7 +513,7 @@ public class IdcServiceImpl implements IdcService { | 
			
		
	
		
		
			
				
					
					|  |  |  | 		boolean success=false; |  |  |  | 		boolean success=false; | 
			
		
	
		
		
			
				
					
					|  |  |  | 		String tableName = params.get("tableName").toString(); |  |  |  | 		String tableName = params.get("tableName").toString(); | 
			
		
	
		
		
			
				
					
					|  |  |  | 		String tableKey = params.get("tableKey").toString(); |  |  |  | 		String tableKey = params.get("tableKey").toString(); | 
			
		
	
		
		
			
				
					
					|  |  |  | 		String[] childs = new String[10]; |  |  |  | 		String[] childs = new String[30]; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 		int childNum = -1; |  |  |  | 		int childNum = -1; | 
			
		
	
		
		
			
				
					
					|  |  |  | 		/*子表*/ |  |  |  | 		/*子表*/ | 
			
		
	
		
		
			
				
					
					|  |  |  | 		for(String str:SYNC_TABLES) { |  |  |  | 		for(String str:SYNC_TABLES) { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |