@@ -4001,7 +4001,6 @@ public class CourseScheduleServiceImpl extends BaseServiceImpl<Long, CourseSched
}
params.put("courseIds", courseIds);
-
List<TeacherClassCourseSchudeleDto> dataList = null;
int count;
if (Objects.isNull(queryInfo.getOnlyHistory()) || queryInfo.getOnlyHistory() == 0) {