From 5bc66d568ea4b12d23dd181fd74a17e2845f3d7d Mon Sep 17 00:00:00 2001 From: 16639036659 <577530412@qq.com> Date: 星期三, 17 七月 2024 16:43:36 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/main/java/com/ruoyi/doublePrevention/service/RiskService.java | 17 +++++++++++++---- 1 files changed, 13 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 7a465aa..d7ba8bb 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; @@ -172,4 +169,16 @@ * 通过排查点,查找管控措施id */ PreventRiskCheckUnit getRiskControlMeasureByCheckPointId(Long checkPointId); + /** + * 查询管控措施信息 + */ + PreventRiskControlMeasure getRiskControlMeasureInfo(Long checkPointId); + /** + * 查询隐患附属表信息 + */ + PreventRiskDangerInfo getDangerInfoById(Long id); + + int updateCheckLog(Long checkId, HiddenDangerCheckPoint hdcp); + + PreventRiskDangerInfo getDangerInfoByDangerCheckPointId(Long checkId); } -- Gitblit v1.9.2