lin
2024-03-20 8ffcd66acb57d4e34ced2906a0049e40affe8b1b
src/main/java/org/springblade/modules/task/controller/TaskPlaceSelfCheckController.java
@@ -80,6 +80,17 @@
      TaskPlaceSelfCheckEntity detail = taskPlaceSelfCheckService.getOne(Condition.getQueryWrapper(taskPlaceSelfCheck));
      return R.data(TaskPlaceSelfCheckWrapper.build().entityVO(detail));
   }
   /**
    * 消防自查记任务表 自定义详情
    */
   @GetMapping("/detailByTaskId")
   @ApiOperationSupport(order = 1)
   @ApiOperation(value = "自定义详情", notes = "传入taskPlaceSelfCheck")
   public R<TaskPlaceSelfCheckVO> detailByTaskId(Long taskId) {
      TaskPlaceSelfCheckEntity detail = taskPlaceSelfCheckService.getDetailByTaskId( taskId);
      return R.data(TaskPlaceSelfCheckWrapper.build().entityVO(detail));
   }
   /**
    * 消防自查记任务表 分页
    */