lin
2024-03-25 9f8f9d13c42ca8cdccbf351069082a5fdccef2e4
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));
   }
   /**
    * 消防自查记任务表 分页
    */