From 1a84339de2a8ecbdbb9b3f787b1a4f27c39e8a79 Mon Sep 17 00:00:00 2001
From: wangxy <1481820854@qq.com>
Date: Tue, 8 Oct 2024 10:38:13 +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 5266cc0..12857fd 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 total_score = #{totalScore}
+
+
+ AND real_score = #{realScore}
+
AND check_start_time >= #{checkStartTime}
@@ -68,6 +74,12 @@
AND depart = #{depart}
+
+ AND total_score = #{totalScore}
+
+
+ AND real_score = #{realScore}
+
AND check_start_time >= #{checkStartTime}