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