|
@@ -68,9 +68,6 @@ public class TIeReportServiceImpl implements TIeReportService {
|
|
|
// 缺考人数
|
|
|
Integer examTotal = 0, actualExamTotal = 0, absentNum = 0, completeOffExamTotal = 0;
|
|
|
ExamCacheBean exam = examService.getExamCacheBean(examId);
|
|
|
- if (System.currentTimeMillis() > exam.getStartTime()) {
|
|
|
- exam.setMonitorStatus(InvigilateMonitorStatusEnum.START);
|
|
|
- }
|
|
|
// 应考人数&实考人数
|
|
|
List<Integer> list = tOeExamRecordService.findByViewAdmin(orgId, examId, examActivityId, roomCode, courseCode, exam.getMonitorStatus());
|
|
|
if (Objects.nonNull(list) && list.size() > 0) {
|