main
tamguo 7 years ago
parent 42282dbcda
commit d3a88157b5

@ -43,7 +43,7 @@ public class QuestionContrller {
CourseEntity course = iCourseService.selectById(chapter.getCourseId());
SubjectEntity subject = iSubjectService.selectById(course.getSubjectId());
ChapterEntity parentChapter = iChapterService.selectById(chapter.getParentId());
ChapterEntity nextChapter = iChapterService.selectById(chapter.getParentId());
ChapterEntity nextChapter = iChapterService.selectById(chapter.getId());
Page<QuestionEntity> page = new Page<>();
page.setCurrent(offset);

Loading…
Cancel
Save