WANG 6 yıl önce
ebeveyn
işleme
d8d534dd8b

+ 3 - 1
examcloud-core-examwork-api-provider/src/main/java/cn/com/qmth/examcloud/core/examwork/api/provider/ExamCloudServiceProvider.java

@@ -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<>();