|
@@ -94,7 +94,7 @@ public class TIeReportServiceImpl implements TIeReportService {
|
|
|
for (TEExamSummary t : teExamSummaryList) {
|
|
|
examTotal = examTotal + t.getTotalCount();
|
|
|
absentNum = absentNum + t.getAbsentCount();
|
|
|
- actualExamTotal = examTotal.intValue() - absentNum.intValue();
|
|
|
+ actualExamTotal = actualExamTotal + t.getFinishCount();
|
|
|
}
|
|
|
// 每日已考人数
|
|
|
List<Map<String, Object>> doneCountByDay = tOeExamRecordMapper.getDoneCountByDay(orgId, examId, examActivityId, roomCode, courseCode);
|