| 
					
				 | 
			
			
				@ -517,7 +517,7 @@ public class DataHandingService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public List<String> importKitInfo(Integer batch)throws Exception{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        String sql = " select * from wlyy.kit_bind_info_temp where batch="+batch; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        String sql = " select * from wlyy.kit_bind_info_temp where batch="+batch+" and import=0"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        List<Map<String,Object>> mapList = jdbcTemplate.queryForList(sql); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        List<String> errorList = new ArrayList<>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        for(Map<String,Object> one:mapList){ 
			 |