|
@@ -179,7 +179,7 @@ public class ExamRecordCloudServiceProvider extends ControllerSupport implements
|
|
*/
|
|
*/
|
|
@Override
|
|
@Override
|
|
@ApiOperation(value = "获取待阅卷的考试记录-供bridge调用")
|
|
@ApiOperation(value = "获取待阅卷的考试记录-供bridge调用")
|
|
- @PostMapping("/getExamPhotoVerifyData")
|
|
|
|
|
|
+ @PostMapping("/getToBeMarkExamRecord")
|
|
public GetToBeMarkExamRecordResp getToBeMarkExamRecord(@RequestBody GetToBeMarkExamRecordReq req) {
|
|
public GetToBeMarkExamRecordResp getToBeMarkExamRecord(@RequestBody GetToBeMarkExamRecordReq req) {
|
|
if (null == req.getExamStudentIdList() || req.getExamStudentIdList().isEmpty()) {
|
|
if (null == req.getExamStudentIdList() || req.getExamStudentIdList().isEmpty()) {
|
|
throw new StatusException("100101", "考生id不允许为空");
|
|
throw new StatusException("100101", "考生id不允许为空");
|