|
@@ -176,7 +176,7 @@ public class ExamStudentCloudServiceProvider extends ControllerSupport implement
|
|
|
@Override
|
|
|
@ApiOperation(value = "获取待阅卷的考生记录")
|
|
|
@PostMapping("/getToBeMarkExamStudent")
|
|
|
- public GetToBeMarkExamStudentResp getToBeMarkExamStudent(GetToBeMarkExamStudentReq req) {
|
|
|
+ public GetToBeMarkExamStudentResp getToBeMarkExamStudent(@RequestBody GetToBeMarkExamStudentReq req) {
|
|
|
List<ExamRecordForMarkingEntity> examRecordForMarkingList = examRecordForMarkingRepo.findByExamId(req.getExamId());
|
|
|
GetToBeMarkExamStudentResp resp = new GetToBeMarkExamStudentResp();
|
|
|
|