From 977a98876643947aca10fc5c0aa30f723ba6e48e Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 28 四月 2023 13:36:37 +0800
Subject: [PATCH] 添加包保责任制页面

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

diff --git a/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskDangerCheckLogRepository.java b/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskDangerCheckLogRepository.java
index ddf0c83..ce9c346 100644
--- a/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskDangerCheckLogRepository.java
+++ b/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskDangerCheckLogRepository.java
@@ -32,4 +32,6 @@
      * 查询by checkId
      * */
     PreventRiskDangerCheckLog getByDangerCheckByCheckId(Long checkId);
+
+    PreventRiskDangerCheckLog getByDangerCheckByJobId(Long jobId);
 }

--
Gitblit v1.9.2