From 1c8cec3f1f0a36ac709d972b65c7d30e44ebe26a Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 31 七月 2024 11:54:36 +0800
Subject: [PATCH] 数据中心,视频中的指标字段

---
 ycl-server/src/main/java/com/ycl/platform/mapper/ReportMapper.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/ycl-server/src/main/java/com/ycl/platform/mapper/ReportMapper.java b/ycl-server/src/main/java/com/ycl/platform/mapper/ReportMapper.java
index bb38f57..aff5d13 100644
--- a/ycl-server/src/main/java/com/ycl/platform/mapper/ReportMapper.java
+++ b/ycl-server/src/main/java/com/ycl/platform/mapper/ReportMapper.java
@@ -9,6 +9,7 @@
 import java.util.List;
 import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
+import org.springframework.web.bind.annotation.PathVariable;
 
 /**
  * 鎶ュ Mapper 鎺ュ彛
@@ -20,4 +21,12 @@
 public interface ReportMapper extends BaseMapper<Report> {
 
     IPage<ReportVO> page(IPage page, @Param("query") ReportQuery query);
+
+    /**
+     * 瀹℃牳璁板綍
+     *
+     * @param id
+     * @return
+     */
+    List<ReportVO> examineRecord(@Param("id") Integer id);
 }

--
Gitblit v1.8.0