|
@@ -53,7 +53,7 @@ public class ExamPaperGroupServiceImpl extends ServiceImpl<ExamPaperGroupMapper,
|
|
|
|
|
|
ExamPaperGroup examPaperGroup = new ExamPaperGroup();
|
|
|
examPaperGroup.setExamPaperStructureId(examPaperStructureId);
|
|
|
- examPaperGroup.setGroupNumber(i);
|
|
|
+ examPaperGroup.setGroupNumber(i + 1);
|
|
|
examPaperGroup.setDoubleRate(doubleRate);
|
|
|
examPaperGroup.setArbitrateThreshold(arbitrateThreshold);
|
|
|
examPaperGroup.setScorePolicy(ScorePolicyEnum.AVG);
|