xiangpei
2024-07-12 3984187468d7af3b24dbc0edbeb893abf186b1ad
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));