linwei
2024-02-05 6fe359af700822a198b9a0e711ad130726a0c714
src/main/java/org/springblade/modules/taskPlaceSelfCheck/controller/TaskPlaceSelfCheckController.java
@@ -145,5 +145,15 @@
      return R.status(taskPlaceSelfCheckService.removeBatchByIds(Func.toLongList(ids)));
   }
   /**
    * 消防自查记任务表 修改
    */
   @PostMapping("/examine")
   @ApiOperationSupport(order = 5)
   @ApiOperation(value = "审核接口", notes = "传入taskPlaceSelfCheck")
   public R examine(@Valid @RequestBody TaskPlaceSelfCheckVO taskPlaceSelfCheck) throws Exception {
      return R.status(taskPlaceSelfCheckService.examine(taskPlaceSelfCheck));
   }
}