| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -829,10 +829,10 @@ public class IcResiUserImportServiceImpl implements IcResiUserImportService, Res | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        IcResiUserServiceImpl resiService = SpringContextUtils.getBean(IcResiUserServiceImpl.class); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        PartymemberSyncMQMsg mqMsgBody = new PartymemberSyncMQMsg(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        String loginUserCustomerId = EpmetRequestHolder.getLoginUserCustomerId(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        idCards.stream().forEach(idCard -> { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            // 检查用户是否存在
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            Map<String, String> existResiInfoMap = icResiUserDao.selectResiInfoMap(idCard, null); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            Map<String, String> existResiInfoMap = icResiUserDao.selectResiInfoMap(loginUserCustomerId, idCard, null); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            if (existResiInfoMap == null || existResiInfoMap.size() == 0) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                return ; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            } | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |