From 2b67ed2da39eba5824cfee7950e03be2c1a256ec Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期一, 20 十月 2025 13:17:04 +0800
Subject: [PATCH] 新增数据上传准东
---
src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportRiskControlMeasureRepository.java | 86 +++++++++++++++++++++++-------------------
1 files changed, 47 insertions(+), 39 deletions(-)
diff --git a/src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportRiskControlMeasureRepository.java b/src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportRiskControlMeasureRepository.java
index d777f25..c823c75 100644
--- a/src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportRiskControlMeasureRepository.java
+++ b/src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportRiskControlMeasureRepository.java
@@ -1,39 +1,47 @@
-package com.ruoyi.doublePrevention.repository;
-
-import com.baomidou.mybatisplus.core.mapper.BaseMapper;
-import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportRiskControlMeasure;
-import com.ruoyi.doublePrevention.repository.param.HandlerCJReportParam;
-import com.ruoyi.doublePrevention.repository.param.HandlerReportParam;
-import org.springframework.stereotype.Repository;
-
-import java.util.List;
-
-@Repository
-public interface PreventCJReportRiskControlMeasureRepository extends BaseMapper<PreventCJReportRiskControlMeasure> {
-
-// /**
-// * 上报数据-管控措施-分页查询
-// */
-// IPage<PreventCJReportRiskControlMeasure> getReportMeasurePage(Page<Object> objectPage, PreventReportRiskControlMeasureReqDTO queryReqDTO);
- /**
- * 批量插入
- * */
- int insertList(List<PreventCJReportRiskControlMeasure> measureLists);
-
- /**
- * 管控措施-上报数据
- * */
- List<PreventCJReportRiskControlMeasure> listReportMeasureDate();
- /**
- * 管控措施-修改上报状态
- * */
- int updateMeasureReportStatus(HandlerReportParam handlerReportParam);
- /**
- * 管控措施-修改上报状态-通过id
- * */
- int updateCJReportStatusById(HandlerCJReportParam handlerCJReportParam);
- /**
- * 插入管控措施上报数据
- * */
- int insertMeasureList(PreventCJReportRiskControlMeasure cjMeasure);
-}
+package com.ruoyi.doublePrevention.repository;
+
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportRiskControlMeasure;
+import com.ruoyi.doublePrevention.entity.ZDReport.HandlerZDReportParam;
+import com.ruoyi.doublePrevention.repository.param.HandlerCJReportParam;
+import com.ruoyi.doublePrevention.repository.param.HandlerReportParam;
+import org.springframework.stereotype.Repository;
+
+import java.util.List;
+
+@Repository
+public interface PreventCJReportRiskControlMeasureRepository extends BaseMapper<PreventCJReportRiskControlMeasure> {
+
+// /**
+// * 上报数据-管控措施-分页查询
+// */
+// IPage<PreventCJReportRiskControlMeasure> getReportMeasurePage(Page<Object> objectPage, PreventReportRiskControlMeasureReqDTO queryReqDTO);
+ /**
+ * 批量插入
+ * */
+ int insertList(List<PreventCJReportRiskControlMeasure> measureLists);
+
+ /**
+ * 管控措施-上报数据
+ * */
+ List<PreventCJReportRiskControlMeasure> listReportMeasureDate();
+ /**
+ * 管控措施-修改上报状态
+ * */
+ int updateMeasureReportStatus(HandlerReportParam handlerReportParam);
+ /**
+ * 管控措施-修改上报状态-通过id
+ * */
+ int updateCJReportStatusById(HandlerCJReportParam handlerCJReportParam);
+ /**
+ * 插入管控措施上报数据
+ * */
+ int insertMeasureList(PreventCJReportRiskControlMeasure cjMeasure);
+
+ int updateHDReportStatusById(HandlerZDReportParam handlerZDReportParam);
+
+ /**
+ * 管控措施-上报数据
+ * */
+ List<PreventCJReportRiskControlMeasure> listReportMeasureDateHuaiDong();
+}
--
Gitblit v1.9.2