src/main/java/com/mindskip/xzs/controller/admin/QuestionController.java
@@ -90,9 +90,8 @@ } @RequestMapping(value = "/select/{id}", method = RequestMethod.POST) public RestResponse<QuestionEditRequestVM> select(@PathVariable Integer id) { QuestionEditRequestVM newVM = questionService.getQuestionEditRequestVM(id); return RestResponse.ok(newVM); public RestResponse<ExamQuestionVO> select(@PathVariable Integer id) { return RestResponse.ok(questionService.getQuestionEditRequestVM(id)); }