| 
						
						
							
								
							
						
						
					 | 
					@ -93,7 +93,7 @@ public class IndexGroupDetailServiceImpl extends BaseServiceImpl<IndexGroupDetai | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    public void updateCustomerIndexGroupDetail(Collection<IndexGroupDetailTemplateEntity> values, String customerId) { | 
					 | 
					 | 
					    public void updateCustomerIndexGroupDetail(Collection<IndexGroupDetailTemplateEntity> values, String customerId) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        int updatedNum=0; | 
					 | 
					 | 
					        int updatedNum=0; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        for(IndexGroupDetailTemplateEntity entity:values){ | 
					 | 
					 | 
					        for(IndexGroupDetailTemplateEntity entity:values){ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					            updatedNum+=baseDao.updateWeight(entity.getIndexCode(),customerId,entity.getWeight()); | 
					 | 
					 | 
					            updatedNum+=baseDao.updateWeight(entity.getIndexCode(),customerId,entity.getWeight(),entity.getAllParentIndexCode()); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        } | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        log.info("修改客户权重信息,影响行数="+updatedNum); | 
					 | 
					 | 
					        log.info("修改客户权重信息,影响行数="+updatedNum); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    } | 
					 | 
					 | 
					    } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |