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/project/tr/specialCheck/mapper/TbSpecialCheckScoreAndDangerLogMapper.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/project/tr/specialCheck/mapper/TbSpecialCheckScoreAndDangerLogMapper.java b/src/main/java/com/ruoyi/project/tr/specialCheck/mapper/TbSpecialCheckScoreAndDangerLogMapper.java
index 968f1d5..ef49992 100644
--- a/src/main/java/com/ruoyi/project/tr/specialCheck/mapper/TbSpecialCheckScoreAndDangerLogMapper.java
+++ b/src/main/java/com/ruoyi/project/tr/specialCheck/mapper/TbSpecialCheckScoreAndDangerLogMapper.java
@@ -1,5 +1,6 @@
 package com.ruoyi.project.tr.specialCheck.mapper;
 
+import com.ruoyi.doublePrevention.entity.ZDReport.HandlerZDReportParam;
 import com.ruoyi.project.tr.specialCheck.domin.BO.HandlerSpecialCheckReportParam;
 import com.ruoyi.project.tr.specialCheck.domin.BO.TbSpecialCheckItemDangerLogBO;
 import com.ruoyi.project.tr.specialCheck.domin.BO.TbSpecialCheckItemDangerLogUpdateBO;
@@ -30,4 +31,10 @@
     TbSpecialCheckScoreAndDangerLog getSpecialCheckScoreAndDangerLogById(String id);
 
     List<TbSpecialCheckScoreAndDangerLog> listScoreAndDangerLogReportList();
+
+    List<TbSpecialCheckScoreAndDangerLog> listCheckDangerList();
+
+    int updateEventReportStatusZhunDong(HandlerZDReportParam handlerZDReportParam);
+
+    int updateEventReportStatusZhunDongSp(HandlerZDReportParam handlerZDReportParam);
 }

--
Gitblit v1.9.2