|
@@ -70,12 +70,6 @@ public class StudentExamResultController extends BaseController {
|
|
|
studentExamResultService.updateFinishedExam(examRegistrationId,finishedExam);
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("修改SessionId")
|
|
|
- @PostMapping(value = "/api/updateSessionId")
|
|
|
- public void updateSessionId(Long examRegistrationId,String sessionId){
|
|
|
- studentExamResultService.updateSessionId(examRegistrationId,sessionId);
|
|
|
- }
|
|
|
-
|
|
|
@ApiOperation("获取考试结果")
|
|
|
@PostMapping(value = "/api/get")
|
|
|
public StudentExamResultApiDto get(Long id){
|