| 
						
						
							
								
							
						
						
					 | 
					@ -605,7 +605,7 @@ public class IcCommunitySelfOrganizationServiceImpl extends BaseServiceImpl<IcCo | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                            } | 
					 | 
					 | 
					                            } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                        });*/ | 
					 | 
					 | 
					                        });*/ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                        persons = ConvertUtils.sourceToTarget(l.getPersons(), IcCommunitySelfOrganizationPersonnelEntity.class); | 
					 | 
					 | 
					                        persons = ConvertUtils.sourceToTarget(l.getPersons(), IcCommunitySelfOrganizationPersonnelEntity.class); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                        Map<String, List<IcCommunitySelfOrganizationPersonnelEntity>> groupByPhone = persons.stream().collect(Collectors.groupingBy(IcCommunitySelfOrganizationPersonnelEntity::getPersonPhone)); | 
					 | 
					 | 
					                        Map<String, List<IcCommunitySelfOrganizationPersonnelEntity>> groupByPhone = CollectionUtils.isNotEmpty(persons) ? persons.stream().collect(Collectors.groupingBy(IcCommunitySelfOrganizationPersonnelEntity::getPersonPhone)) : new HashMap<>(); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					                        List<String> phones = new ArrayList<>(); | 
					 | 
					 | 
					                        List<String> phones = new ArrayList<>(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                        groupByPhone.forEach((k,v) -> { | 
					 | 
					 | 
					                        groupByPhone.forEach((k,v) -> { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                            if (v.size() > NumConstant.ONE){ | 
					 | 
					 | 
					                            if (v.size() > NumConstant.ONE){ | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |