|  |  | @ -445,7 +445,7 @@ public class PartyMemberConfirmServiceImpl implements PartyMemberConfirmService | 
			
		
	
		
			
				
					|  |  |  | 		resultDTO.setMobile(partyMemberInfo.getMobile()); | 
			
		
	
		
			
				
					|  |  |  | 		resultDTO.setAddress(partyMemberInfo.getStreet() + partyMemberInfo.getEstate() + partyMemberInfo.getBuilding()); | 
			
		
	
		
			
				
					|  |  |  | 		List<String> failedReason = new ArrayList<>(); | 
			
		
	
		
			
				
					|  |  |  | 		if (null != fromDTO.getAutoId() && !fromDTO.getAutoId().isEmpty()) { | 
			
		
	
		
			
				
					|  |  |  | 		if (null != fromDTO.getAutoId() && !fromDTO.getAutoId().isEmpty()&& !("null").equals(fromDTO.getAutoId())) { | 
			
		
	
		
			
				
					|  |  |  | 			PartymemberConfirmAutoEntity autoEntity = partymemberConfirmAutoService.selectById(fromDTO.getAutoId()); | 
			
		
	
		
			
				
					|  |  |  | 			resultDTO.setCertifyTime(autoEntity.getContrastTime().getTime()); | 
			
		
	
		
			
				
					|  |  |  | 			if (PartyMemberConstant.SAME.equals(autoEntity.getMobileResult())) { | 
			
		
	
	
		
			
				
					|  |  | 
 |