src/main/java/org/springblade/modules/exam/controller/ExamPaperController.java
@@ -303,7 +303,7 @@ * * @param examPaper 报名培训申请信息对象 */ @PostMapping("/update-audit") @PostMapping(value = "/update-audit",produces = "application/json;charset=UTF-8") public R updateAudit(@RequestBody ExamPaper examPaper) { //查询之前的审核状态,如果审核状态没有发生改变,则不会去修改审核信息 ExamPaper paper = examPaperService.getById(examPaper.getId());