|  |  | @ -1103,7 +1103,7 @@ public class DataSyncConfigServiceImpl extends BaseServiceImpl<DataSyncConfigDao | 
			
		
	
		
			
				
					|  |  |  |                 "]"; | 
			
		
	
		
			
				
					|  |  |  | //        List<Map> vaccineList = JSON.parseArray(json,Map.class);
 | 
			
		
	
		
			
				
					|  |  |  |         List<Map<String,Object>> vaccineList = yantaiNamedParamLantuJdbcTemplate.queryForList( | 
			
		
	
		
			
				
					|  |  |  |                 "select data, name, card_no, vaccineCount from t_ymjz_info where card_no in (:idcards)", args); | 
			
		
	
		
			
				
					|  |  |  |                 "select data, name, cardno, vaccineCount from t_ymjz_info where cardno in (:idcards)", args); | 
			
		
	
		
			
				
					|  |  |  |         List<YTVaccineListDTO> ytVaccineListDTOS = new ArrayList<>(); | 
			
		
	
		
			
				
					|  |  |  |         if (CollectionUtils.isNotEmpty(vaccineList)) { | 
			
		
	
		
			
				
					|  |  |  |             vaccineList.forEach(v -> { | 
			
		
	
	
		
			
				
					|  |  | 
 |