|  |  | @ -564,7 +564,6 @@ public class IdcServiceImpl implements IdcService { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         Map<String, Object> whereParams = new HashMap<String, Object>(); |  |  |  |         Map<String, Object> whereParams = new HashMap<String, Object>(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         whereParams.put("sqlWhere", params.get("sqlWhere")); |  |  |  |         whereParams.put("sqlWhere", params.get("sqlWhere")); | 
			
		
	
		
		
			
				
					
					|  |  |  |          |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         String dataWhere  = params.get("dataWhere")!=null ? params.get("dataWhere").toString() : ""; |  |  |  |         String dataWhere  = params.get("dataWhere")!=null ? params.get("dataWhere").toString() : ""; | 
			
		
	
		
		
			
				
					
					|  |  |  |         Map<String, Object> map = new HashMap<String, Object>(); |  |  |  |         Map<String, Object> map = new HashMap<String, Object>(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         String where = DBAUtils.convertWhere(column, whereParams, dataWhere); |  |  |  |         String where = DBAUtils.convertWhere(column, whereParams, dataWhere); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |