|  | @@ -452,11 +452,11 @@ public class UserChannelContext {
 | 
	
		
			
				|  |  |  		sectionAnalysis.setIndex(sectionIndex);
 | 
	
		
			
				|  |  |  		sectionAnalysis.setNoteNum(noteAnalysisList.size());
 | 
	
		
			
				|  |  |  		sectionAnalysis.setIsIngore(ignoreSize == noteAnalysisList.size());
 | 
	
		
			
				|  |  | -		sectionAnalysis.setMeasureRenderIndex(noteAnalysisList.stream().findFirst().get().getMeasureRenderIndex());
 | 
	
		
			
				|  |  |  		
 | 
	
		
			
				|  |  |  		//判断是否需要评分
 | 
	
		
			
				|  |  |  		MusicXmlSection musicXmlSection = getCurrentMusicSection(null, sectionIndex);
 | 
	
		
			
				|  |  |  		if(noteAnalysisList.size() == musicXmlSection.getNoteNum()){
 | 
	
		
			
				|  |  | +			sectionAnalysis.setMeasureRenderIndex(noteAnalysisList.stream().findFirst().get().getMeasureRenderIndex());
 | 
	
		
			
				|  |  |  			//取出需要评测的音符
 | 
	
		
			
				|  |  |  			List<NoteAnalysis>  noteList = noteAnalysisList.stream().filter(t -> t.isIgnore() == false).collect(Collectors.toList());
 | 
	
		
			
				|  |  |  			
 |