From d91ee46e736cd877ee9c55e6917f135e5ffd1338 Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: 星期二, 23 四月 2024 09:41:47 +0800
Subject: [PATCH] SPI数据接口提供

---
 src/main/java/com/ruoyi/doublePrevention/repository/TrHiddenDangerCheckPointRepository.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/doublePrevention/repository/TrHiddenDangerCheckPointRepository.java b/src/main/java/com/ruoyi/doublePrevention/repository/TrHiddenDangerCheckPointRepository.java
index 2a53c96..7d36a6a 100644
--- a/src/main/java/com/ruoyi/doublePrevention/repository/TrHiddenDangerCheckPointRepository.java
+++ b/src/main/java/com/ruoyi/doublePrevention/repository/TrHiddenDangerCheckPointRepository.java
@@ -1,5 +1,8 @@
 package com.ruoyi.doublePrevention.repository;
 
+import com.ruoyi.doublePrevention.entity.SPI.SPIDataReqBO;
+import com.ruoyi.doublePrevention.entity.SPI.TroubleData;
+import com.ruoyi.doublePrevention.entity.SPI.TroubleLevel;
 import com.ruoyi.doublePrevention.entity.dto.DataCountDangerLevelRectifiedRespDO;
 import com.ruoyi.doublePrevention.entity.dto.DataCountDangerLevelRespDO;
 import org.apache.ibatis.annotations.Param;
@@ -21,4 +24,8 @@
      */
     DataCountDangerLevelRectifiedRespDO listDangerLevelRectifiedCountByTime(@Param("startTime") Date startTime,
                                                                             @Param("endTime") Date endTime,@Param("depIds") List<Long> depIds);
+
+    List<TroubleData> getSPIData(@Param(value="spiDataReqBO")SPIDataReqBO spiDataReqBO);
+
+    TroubleLevel getTroubleLevel(@Param(value="spiDataReqBO")SPIDataReqBO spiDataReqBO);
 }

--
Gitblit v1.9.2