From 5676b8b307fe74abf811760e8534da6506fee74c Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: Wed, 17 Jul 2024 14:15:09 +0800
Subject: [PATCH] 定时任务时间调整
---
src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskControlTemplateRepository.java | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskControlTemplateRepository.java b/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskControlTemplateRepository.java
index d9bb898..a155625 100644
--- a/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskControlTemplateRepository.java
+++ b/src/main/java/com/ruoyi/doublePrevention/repository/PreventRiskControlTemplateRepository.java
@@ -13,5 +13,8 @@
* 管控措施- 获取管控措施模板
*/
List<PreventRiskControlTemplate> listMeasureTemplates();
-
+ /**
+ * 管控措施- 获取管控措施模板 - by id
+ */
+ PreventRiskControlTemplate getControlTemplateById(Byte classify2);
}
--
Gitblit v1.9.2