he2802 2 gadi atpakaļ
vecāks
revīzija
84fd8e2501

+ 2 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/grade/service/impl/ClassGradeUserServiceImpl.java

@@ -2750,6 +2750,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);
@@ -2791,6 +2792,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
                     i++;
                     sectionName = classPeriodSectionVo.getTypeName();
                     sectionName = classPeriodSectionVo.getTypeName();
+                    classPeriodSectionVo.setExamId(classPeriodSectionVo.getId());
                     classPeriodSectionVo.setModuleId(0L);
                     classPeriodSectionVo.setChapterId(classPeriodVo.getId());
                     classPeriodSectionVo.setGoodsId(goodsId);