From a10a94b0f7456ca959280cf9f9975b0009db004e Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: Mon, 25 Mar 2024 10:22:53 +0800
Subject: [PATCH] update config
---
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 23902a8..892a2cd 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管控措施的附属表关联信息
*/
@@ -36,4 +38,6 @@
* 修改上报状态
*/
int updateWorkReportStatus(HandlerReportParam handlerReportParam);
+
+ List<PreventRiskJobAndMeasure> listReportWorkTest();
}
--
Gitblit v1.9.2