|  | @ -819,7 +819,7 @@ public class DataSyncConfigServiceImpl extends BaseServiceImpl<DataSyncConfigDao | 
			
		
	
		
		
			
				
					|  |  |         // 2.=====================核酸采样=========================
 |  |  |         // 2.=====================核酸采样=========================
 | 
			
		
	
		
		
			
				
					|  |  |         // 这一批居民的核酸采样列表
 |  |  |         // 这一批居民的核酸采样列表
 | 
			
		
	
		
		
			
				
					|  |  |         List<Map<String, Object>> hscyList = yantaiNamedParamLantuJdbcTemplate.queryForList( |  |  |         List<Map<String, Object>> hscyList = yantaiNamedParamLantuJdbcTemplate.queryForList( | 
			
		
	
		
		
			
				
					
					|  |  |                 "select id, name,card_no, create_time, realname from hscyxxb where card_no in (:idcards) order by create_time desc", args); |  |  |                 "select id, name,card_no, create_time, realname from hscyxxb where card_no in (:idcards)", args); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |         if (CollectionUtils.isNotEmpty(hscyList)) { |  |  |         if (CollectionUtils.isNotEmpty(hscyList)) { | 
			
		
	
		
		
			
				
					|  |  |             List<IcNatEntity> entities = new ArrayList<>(); |  |  |             List<IcNatEntity> entities = new ArrayList<>(); | 
			
		
	
		
		
			
				
					|  |  |             hscyList.forEach(resiHscyInfo -> { |  |  |             hscyList.forEach(resiHscyInfo -> { | 
			
		
	
	
		
		
			
				
					|  | 
 |