|
@@ -247,7 +247,9 @@ public class ExamRecordCloudServiceProvider extends ControllerSupport implements
|
|
|
* @return
|
|
|
*/
|
|
|
@Override
|
|
|
- public GetPartialExamRecordDataResp getPartialExamRecordData(GetPartialExamRecordDataReq req) {
|
|
|
+ @ApiOperation(value = "获取部分考试记录数据")
|
|
|
+ @PostMapping("/getPartialExamRecordData")
|
|
|
+ public GetPartialExamRecordDataResp getPartialExamRecordData(@RequestBody GetPartialExamRecordDataReq req) {
|
|
|
ExamRecordDataEntity examRecordData =
|
|
|
GlobalHelper.getEntity(examRecordDataRepo, req.getExamRecordDataId(), ExamRecordDataEntity.class);
|
|
|
|