lideyin 5 éve
szülő
commit
636a146556

+ 1 - 1
examcloud-core-oe-admin-api-provider/src/main/java/cn/com/qmth/examcloud/core/oe/admin/api/provider/ExamStudentCloudServiceProvider.java

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