|
|
@@ -2531,6 +2531,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
} else {
|
|
|
//章卷
|
|
|
sectionName = classPeriodSectionVo.getTypeName();
|
|
|
+ classPeriodSectionVo.setExamId(classPeriodSectionVo.getId());
|
|
|
classPeriodSectionVo.setModuleId(classPeriodVo.getId());
|
|
|
classPeriodSectionVo.setChapterId(classPeriodChapterVo.getId());
|
|
|
classPeriodSectionVo.setGoodsId(goodsId);
|
|
|
@@ -2567,8 +2568,8 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
//章卷
|
|
|
i++;
|
|
|
sectionName = classPeriodSectionVo.getTypeName();
|
|
|
- sectionName = classPeriodSectionVo.getTypeName();
|
|
|
- classPeriodSectionVo.setModuleId(classPeriodVo.getId());
|
|
|
+ classPeriodSectionVo.setExamId(classPeriodSectionVo.getId());
|
|
|
+ classPeriodSectionVo.setModuleId(0L);
|
|
|
classPeriodSectionVo.setChapterId(classPeriodVo.getId());
|
|
|
classPeriodSectionVo.setGoodsId(goodsId);
|
|
|
classPeriodSectionVo.setGradeId(gradeId);
|