| 
						
						
							
								
							
						
						
					 | 
					@ -15,6 +15,7 @@ import com.epmet.service.evaluationindex.screen.ScreenCustomerGridService; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.service.org.CustomerAgencyService; | 
					 | 
					 | 
					import com.epmet.service.org.CustomerAgencyService; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.service.org.CustomerDepartmentService; | 
					 | 
					 | 
					import com.epmet.service.org.CustomerDepartmentService; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.service.org.CustomerGridService; | 
					 | 
					 | 
					import com.epmet.service.org.CustomerGridService; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					import org.apache.commons.lang3.StringUtils; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import org.springframework.beans.factory.annotation.Autowired; | 
					 | 
					 | 
					import org.springframework.beans.factory.annotation.Autowired; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import org.springframework.stereotype.Service; | 
					 | 
					 | 
					import org.springframework.stereotype.Service; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -143,6 +144,7 @@ public class EIDimServiceImpl implements EIDimService { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            //客户id 和组织id 都相等 且 名字 包含关系时才修改
 | 
					 | 
					 | 
					            //客户id 和组织id 都相等 且 名字 包含关系时才修改
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            if (grid.getCustomerId().equals(param.getCustomerId())) { | 
					 | 
					 | 
					            if (grid.getCustomerId().equals(param.getCustomerId())) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                AtomicInteger integer = new AtomicInteger(0); | 
					 | 
					 | 
					                AtomicInteger integer = new AtomicInteger(0); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					                if ("[]".equals(grid.getCenterMark()) || StringUtils.isBlank(grid.getCenterMark())){ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                    param.getCenterDataList().forEach(o -> { | 
					 | 
					 | 
					                    param.getCenterDataList().forEach(o -> { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                        String title = o.getTitle().replace("委会",""); | 
					 | 
					 | 
					                        String title = o.getTitle().replace("委会",""); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                        if (grid.getGridName().contains(title)) { | 
					 | 
					 | 
					                        if (grid.getGridName().contains(title)) { | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -152,6 +154,7 @@ public class EIDimServiceImpl implements EIDimService { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                        result.put(grid.getGridId(), integer.intValue()); | 
					 | 
					 | 
					                        result.put(grid.getGridId(), integer.intValue()); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                    }); | 
					 | 
					 | 
					                    }); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                } | 
					 | 
					 | 
					                } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					            } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        }); | 
					 | 
					 | 
					        }); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        return result; | 
					 | 
					 | 
					        return result; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    } | 
					 | 
					 | 
					    } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |