src/main/java/com/mindskip/xzs/controller/student/ExamPaperController.java
@@ -46,6 +46,12 @@ } /** * 开始考试 * * @param id * @return */ @RequestMapping(value = "/select/{id}", method = RequestMethod.POST) public RestResponse<ExamPaperEditRequestVO> select(@PathVariable Integer id) { return RestResponse.ok(examPaperService.examPaperToVM(id));