|  | @@ -138,6 +138,7 @@ public interface StudentExtracurricularExercisesSituationDao extends BaseDAO<Lon
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      List<IndexBaseMonthData> getHomeworkData(@Param("startDay") String startDay,
 | 
	
		
			
				|  |  |                                               @Param("endDay") String endDay,
 | 
	
		
			
				|  |  | +                                             @Param("musicGroupId") String musicGroupId,
 | 
	
		
			
				|  |  |                                               @Param("type") String type,
 | 
	
		
			
				|  |  |                                               @Param("studentIds") List<Integer> studentIds);
 | 
	
		
			
				|  |  |  
 |