| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -67,7 +67,7 @@ public class BatchScoreCalculator { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    result.setDetails(new ArrayList<>()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    scoreCountOfSamples.put(sampleId, result); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                IndexScoreVo sampleScore = new IndexScoreVo(idx.getIndexId(), idx.getAllParentIndexCode(), score); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                IndexScoreVo sampleScore = new IndexScoreVo(idx.getIndexId(), idx.getAllParentIndexCode(), score, idx.getWeight()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                result.getDetails().add(sampleScore); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                result.setTotalScore(result.getTotalScore().add(score).setScale(6, RoundingMode.HALF_UP)); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            } | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |