龚焕茏
2024-07-12 46b5c138b7b35f1ea0232cc19a9ec49a9229b15c
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));