From 60c27c15c277238bf54d436aee210c7c5af7fdc5 Mon Sep 17 00:00:00 2001
From: 换个名字嗨起来 <577530412@qq.com>
Date: Thu, 25 Jul 2024 16:01:45 +0800
Subject: [PATCH] Http响应结果异常输出
---
src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskJobAndMeasureRepository.java | 5 +++++
1 files changed, 5 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 590a739..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管控措施的附属表关联信息
*/
@@ -37,4 +39,7 @@
*/
int updateWorkReportStatus(HandlerReportParam handlerReportParam);
+ List<PreventRiskJobAndMeasure> listReportWorkTest();
+
+ List<PreventRiskJobAndMeasure> getRectifyJobData(Long jobId);
}
--
Gitblit v1.9.2