@@ -85,5 +85,5 @@ public interface SysMusicCompareRecordDao extends BaseDAO<Long, SysMusicCompareR
@Param("groupBy") String groupBy);
List<TeacherIndexWrapper.StudentPracticeSummaryDto> getStudentTrainOverViewList(@Param("studentIds") List<Long> studentIds,
- @Param("studentSearch") TeacherIndexWrapper.StudentSearch studentSearch);
+ @Param("param") TeacherIndexWrapper.StudentSearch studentSearch);
}