|
@@ -728,7 +728,7 @@ public class UserStudyRecordServiceImpl extends ServiceImpl<UserStudyRecordMappe
|
|
|
classSectionVo.setType(3L);
|
|
|
sectionList.add(classSectionVo);
|
|
|
}
|
|
|
- List<ClassPeriodSectionVo> cExamList= classGradeUserMapper.listperiodExam(classChapterVo.getId(), null, classPeriodVo.getCourseId(), null, classPeriodVo.getId());
|
|
|
+ List<ClassPeriodSectionVo> cExamList= classGradeUserMapper.listperiodExam(classChapterVo.getId(), bo.getGoodsId(), classPeriodVo.getCourseId(), bo.getUserId(), classPeriodVo.getId());
|
|
|
for (ClassPeriodSectionVo sectionVo : cExamList) {
|
|
|
ClassPeriodVo classSectionVo = BeanUtil.toBean(sectionVo,ClassPeriodVo.class);
|
|
|
classSectionVo.setType(4L);
|
|
@@ -736,7 +736,7 @@ public class UserStudyRecordServiceImpl extends ServiceImpl<UserStudyRecordMappe
|
|
|
sectionList.add(classSectionVo);
|
|
|
}
|
|
|
}
|
|
|
- List<ClassPeriodChapterVo> mExamList = classGradeUserMapper.listperiodModuleExam( null, classPeriodVo.getCourseId(), null, classPeriodVo.getId());
|
|
|
+ List<ClassPeriodChapterVo> mExamList = classGradeUserMapper.listperiodModuleExam( bo.getGoodsId(), classPeriodVo.getCourseId(), bo.getUserId(), classPeriodVo.getId());
|
|
|
for (ClassPeriodChapterVo chapterVo : mExamList) {
|
|
|
ClassPeriodVo classSectionVo = BeanUtil.toBean(chapterVo,ClassPeriodVo.class);
|
|
|
classSectionVo.setType(5L);
|
|
@@ -758,7 +758,7 @@ public class UserStudyRecordServiceImpl extends ServiceImpl<UserStudyRecordMappe
|
|
|
classSectionVo.setType(3L);
|
|
|
sectionList.add(classSectionVo);
|
|
|
}
|
|
|
- List<ClassPeriodSectionVo> cExamList= classGradeUserMapper.listperiodExam(classPeriodVo.getId(), null, classPeriodVo.getCourseId(), null, 0L);
|
|
|
+ List<ClassPeriodSectionVo> cExamList= classGradeUserMapper.listperiodExam(classPeriodVo.getId(), bo.getGoodsId(), classPeriodVo.getCourseId(), bo.getUserId(), 0L);
|
|
|
for (ClassPeriodSectionVo sectionVo : cExamList) {
|
|
|
ClassPeriodVo classSectionVo = BeanUtil.toBean(sectionVo,ClassPeriodVo.class);
|
|
|
classSectionVo.setType(4L);
|