|
@@ -538,8 +538,10 @@ public class ExamCloudServiceProvider extends ControllerSupport implements ExamC
|
|
|
return resp;
|
|
|
}
|
|
|
|
|
|
+ @ApiOperation(value = "统计考生数量")
|
|
|
+ @PostMapping("countExamStudent")
|
|
|
@Override
|
|
|
- public CountExamStudentResp countExamStudent(CountExamStudentReq req) {
|
|
|
+ public CountExamStudentResp countExamStudent(@RequestBody CountExamStudentReq req) {
|
|
|
|
|
|
Specification<ExamStudentEntity> specification = (root, query, cb) -> {
|
|
|
List<Predicate> predicates = new ArrayList<>();
|