|  |  | @ -120,8 +120,8 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi | 
			
		
	
		
			
				
					|  |  |  |     private IcUserTransferRecordService icUserTransferRecordService; | 
			
		
	
		
			
				
					|  |  |  |     @Autowired | 
			
		
	
		
			
				
					|  |  |  |     private RedisTemplate redisTemplate; | 
			
		
	
		
			
				
					|  |  |  |     @Resource | 
			
		
	
		
			
				
					|  |  |  |     private IcNatService icNatService; | 
			
		
	
		
			
				
					|  |  |  |     //@Resource
 | 
			
		
	
		
			
				
					|  |  |  |     //private IcNatService icNatService;
 | 
			
		
	
		
			
				
					|  |  |  |     //@Resource
 | 
			
		
	
		
			
				
					|  |  |  |     //private IcVaccineService icVaccineService;
 | 
			
		
	
		
			
				
					|  |  |  |     @Resource | 
			
		
	
	
		
			
				
					|  |  | @ -1354,7 +1354,7 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi | 
			
		
	
		
			
				
					|  |  |  |         IcResiUserEntity icResiUser = baseDao.selectById(formDTO.getId()); | 
			
		
	
		
			
				
					|  |  |  |         if (null != icResiUser) { | 
			
		
	
		
			
				
					|  |  |  |             //核酸检测
 | 
			
		
	
		
			
				
					|  |  |  |             List<NatListDTO> natList = icNatService.getNatList(formDTO.getCustomerId(), icResiUser.getIdCard()); | 
			
		
	
		
			
				
					|  |  |  |             List<NatListDTO> natList = SpringContextUtils.getBean(IcNatService.class).getNatList(formDTO.getCustomerId(), icResiUser.getIdCard()); | 
			
		
	
		
			
				
					|  |  |  |             result.setNatList(natList); | 
			
		
	
		
			
				
					|  |  |  |             //疫苗接种
 | 
			
		
	
		
			
				
					|  |  |  |             List<VaccineListDTO> vaccineList = SpringContextUtils.getBean(IcVaccineService.class).getVaccineList(formDTO.getCustomerId(), icResiUser.getIdCard()); | 
			
		
	
	
		
			
				
					|  |  | 
 |