智慧保安后台管理-外网项目备份
zhongrj
2023-08-30 0104a40b0204fbc8d3dbee9f0d0322a23c292a50
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());