ソースを参照

fix:paperType

caozixuan 3 年 前
コミット
2d4c3c970a

+ 1 - 1
distributed-print-business/src/main/java/com/qmth/distributed/print/business/service/impl/ExamPaperGroupServiceImpl.java

@@ -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);