From b47b351ba838b9ca0c70fae7cc3a64d4026e7356 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期五, 11 十一月 2022 14:59:38 +0800
Subject: [PATCH] controller中首页调用方法

---
 src/main/java/com/ruoyi/doublePrevention/service/RiskService.java |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/ruoyi/doublePrevention/service/RiskService.java b/src/main/java/com/ruoyi/doublePrevention/service/RiskService.java
index ccc7fd5..9b4b203 100644
--- a/src/main/java/com/ruoyi/doublePrevention/service/RiskService.java
+++ b/src/main/java/com/ruoyi/doublePrevention/service/RiskService.java
@@ -1,9 +1,6 @@
 package com.ruoyi.doublePrevention.service;
 
-import com.ruoyi.doublePrevention.entity.PreventRiskCheckUnit;
-import com.ruoyi.doublePrevention.entity.PreventRiskControlMeasure;
-import com.ruoyi.doublePrevention.entity.PreventRiskEvent;
-import com.ruoyi.doublePrevention.entity.PreventRiskJobAndMeasure;
+import com.ruoyi.doublePrevention.entity.*;
 import com.ruoyi.doublePrevention.entity.dto.req.*;
 import com.ruoyi.doublePrevention.entity.dto.resp.*;
 import com.ruoyi.doublePrevention.repository.param.PreventPointAndMeasureParams;
@@ -176,4 +173,8 @@
      * 查询管控措施信息
      */
     PreventRiskControlMeasure getRiskControlMeasureInfo(Long checkPointId);
+    /**
+     * 查询隐患附属表信息
+     */
+    PreventRiskDangerInfo getDangerInfoById(Long id);
 }

--
Gitblit v1.9.2