From 027fa9510a0952317c7cb13c3c019468ab8b9693 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: Fri, 12 Jul 2024 09:27:24 +0800
Subject: [PATCH] change db url
---
src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskJobAndMeasureRepository.java | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskJobAndMeasureRepository.java b/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskJobAndMeasureRepository.java
index 60f74c6..50d7b79 100644
--- a/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskJobAndMeasureRepository.java
+++ b/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskJobAndMeasureRepository.java
@@ -17,6 +17,8 @@
* 查询JobAndMeasure - By JobId
*/
PreventRiskJobAndMeasure getJobAndMeasureByJobId(Long jobId);
+
+ List<PreventRiskJobAndMeasure> getJobAndMeasureListByJobId(Long jobId);
/**
* 删除job管控措施的附属表关联信息
*/
@@ -38,4 +40,6 @@
int updateWorkReportStatus(HandlerReportParam handlerReportParam);
List<PreventRiskJobAndMeasure> listReportWorkTest();
+
+ List<PreventRiskJobAndMeasure> getRectifyJobData(Long jobId);
}
--
Gitblit v1.9.2