From af6d33f7c16b121538a6cdd417728e03c4ad0ef1 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期四, 19 六月 2025 16:55:19 +0800
Subject: [PATCH] 准东数据推送
---
src/main/resources/mybatis/doublePrevention/PreventCJReportDangerInfoMapper.xml | 2 +-
src/main/resources/mybatis/doublePrevention/PreventCJReportCheckRecordFromTaskMapper.xml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mybatis/doublePrevention/PreventCJReportCheckRecordFromTaskMapper.xml b/src/main/resources/mybatis/doublePrevention/PreventCJReportCheckRecordFromTaskMapper.xml
index bf4f61e..800a3dc 100644
--- a/src/main/resources/mybatis/doublePrevention/PreventCJReportCheckRecordFromTaskMapper.xml
+++ b/src/main/resources/mybatis/doublePrevention/PreventCJReportCheckRecordFromTaskMapper.xml
@@ -56,8 +56,9 @@
<select id="listReportTaskRecordDateHuaiDong" resultMap="BaseResultMap">
select * from prevent_cj_report_check_record_from_task
- where zhun_report_status = 1 and deleted = 0 and create_date >= '2025-06-15 00:00:00' and create_date <= '2025-06-16 23:59:59'
+ where zhun_report_status = 1 and deleted = 0
limit 50
+ <!-- and create_date >= '2025-06-15 00:00:00' and create_date <= '2025-06-16 23:59:59'-->
</select>
<update id="updateHDReportStatusById">
diff --git a/src/main/resources/mybatis/doublePrevention/PreventCJReportDangerInfoMapper.xml b/src/main/resources/mybatis/doublePrevention/PreventCJReportDangerInfoMapper.xml
index 3b69969..c3602c0 100644
--- a/src/main/resources/mybatis/doublePrevention/PreventCJReportDangerInfoMapper.xml
+++ b/src/main/resources/mybatis/doublePrevention/PreventCJReportDangerInfoMapper.xml
@@ -65,7 +65,7 @@
<!-- INNER JOIN prevent_risk_danger_info b on a.id = b.uuid-->
<!-- INNER JOIN tr_hidden_danger_check_point c on c.id = b.danger_check_point_id-->
where a.zhun_report_status = 1 and a.deleted = 0
- and a.create_date >= '2025-06-15 00:00:00' and a.create_date <= '2025-06-18 23:59:59'
+<!-- and a.create_date >= '2025-06-15 00:00:00' and a.create_date <= '2025-06-18 23:59:59'-->
limit 50
</select>
--
Gitblit v1.9.2