From 5cd9cd901049780c37126ccc921974fe3041382f Mon Sep 17 00:00:00 2001
From: wangxy <1481820854@qq.com>
Date: Tue, 8 Oct 2024 10:28:27 +0800
Subject: [PATCH] =?UTF-8?q?fix:=E6=A3=80=E6=9F=A5=E8=BF=916=E4=B8=AA?=
=?UTF-8?q?=E6=9C=88=E7=BB=9F=E8=AE=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../resources/mapper/system/TdCheckReportMapper.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/ruoyi-system/src/main/resources/mapper/system/TdCheckReportMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TdCheckReportMapper.xml
index aba07b3..5266cc0 100644
--- a/ruoyi-system/src/main/resources/mapper/system/TdCheckReportMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/TdCheckReportMapper.xml
@@ -43,6 +43,12 @@
AND depart = #{depart}
+
+ AND check_start_time >= #{checkStartTime}
+
+
+ AND check_end_time <= #{checkEndTime}
+
ORDER BY create_time DESC
@@ -62,6 +68,12 @@
AND depart = #{depart}
+
+ AND check_start_time >= #{checkStartTime}
+
+
+ AND check_end_time <= #{checkEndTime}
+
AND check_state != '3'
ORDER BY create_time DESC