|
@@ -271,7 +271,7 @@ public class ExamStudentApi {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "考生完成数量", notes = "考生完成数量")
|
|
|
- @PostMapping("/count-by-finished")
|
|
|
+ @GetMapping("/count-by-finished")
|
|
|
public Map<String, Integer> countByFinished(@RequestParam Long examId) {
|
|
|
|
|
|
int finished = examStudentRepo.countByExamIdAndFinished(examId, true);
|