|
@@ -831,6 +831,7 @@ public class MarkServiceImpl implements MarkService {
|
|
// 更新MarkPaper中groupStatus
|
|
// 更新MarkPaper中groupStatus
|
|
updateMarkGroupStatus(markGroup.getExamId(), markGroup.getPaperNumber());
|
|
updateMarkGroupStatus(markGroup.getExamId(), markGroup.getPaperNumber());
|
|
}
|
|
}
|
|
|
|
+ this.updateMarkedCount(markGroup.getExamId(), markGroup.getPaperNumber(), markGroup.getNumber());
|
|
|
|
|
|
// 未分组的题目
|
|
// 未分组的题目
|
|
long unGroupQuestionCount = markQuestionService.countByExamIdAndPaperNumberAndObjectiveAndGroupNumberIsNull(
|
|
long unGroupQuestionCount = markQuestionService.countByExamIdAndPaperNumberAndObjectiveAndGroupNumberIsNull(
|