|
@@ -117,7 +117,7 @@ public class InspectedController extends BaseExamController {
|
|
|
e.setSubjectiveScoreList(e.getSubjectiveScoreList().replace(UN_SELECTIVE_SCORE, "/"));
|
|
|
e.setInspectHistoryList(inspectHistoryService.findByStudentIdLimit3(e.getId()));
|
|
|
}
|
|
|
- Integer totalCount = inspectedService.countByQuery(query, null, mainNumber, mainStartScore, mainEndScore,
|
|
|
+ Integer totalCount = inspectedService.countByQuery(query, status, mainNumber, mainStartScore, mainEndScore,
|
|
|
questionScore, selectiveStatus);
|
|
|
Integer inspectCount = inspectedService.countByQuery(query, SubjectiveStatus.MARKED, mainNumber,
|
|
|
mainStartScore, mainEndScore, questionScore, selectiveStatus);
|