|
@@ -1518,7 +1518,7 @@ public class MarkStudentServiceImpl extends ServiceImpl<MarkStudentMapper, MarkS
|
|
|
mainQuestionMap.put(key, questionVo);
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+ studentList = studentList.stream().filter(e -> !BasicExamStudentStatusEnum.M.equals(e.getStatus())).collect(Collectors.toList());
|
|
|
List<Long> studentIdList = studentList.stream().map(ArchiveStudentVo::getStudentId).distinct().collect(Collectors.toList());
|
|
|
List<MarkSubjectiveScore> subjectiveScoreDatasource = new ArrayList<>();
|
|
|
if (CollectionUtils.isNotEmpty(studentIdList)) {
|