From e8032ad89c1fc981b57bdc4995bb7db277b108a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E5=85=B4=E7=90=B3?= <1911390090@qq.com>
Date: Mon, 1 Jul 2024 17:26:08 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E6=97=B6=E9=97=B4=E7=AD=9B?=
=?UTF-8?q?=E9=80=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/business/DcEventMapper.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/zc-business/src/main/resources/mapper/business/DcEventMapper.xml b/zc-business/src/main/resources/mapper/business/DcEventMapper.xml
index 3582a36a..30e3a34e 100644
--- a/zc-business/src/main/resources/mapper/business/DcEventMapper.xml
+++ b/zc-business/src/main/resources/mapper/business/DcEventMapper.xml
@@ -343,18 +343,18 @@
and direction = #{direction}
and user_id = #{userId}
- and start_time BETWEEN #{startTime} and #{endTime}
+ and event_state = #{eventState}
+ and start_time BETWEEN #{startTime} and #{endTime}
- and occurrence_time BETWEEN #{startTime} and #{endTime}
+ and occurrence_time BETWEEN #{startTime} and #{endTime}
- and end_time BETWEEN #{startTime} and #{endTime}
+ and end_time BETWEEN #{startTime} and #{endTime}
and estimated_end_time = #{estimatedEndTime}
and event_level = #{eventLevel}
and event_type = #{eventType}
and event_subclass = #{eventSubclass}
and event_cause = #{eventCause}
and description = #{description}
- and event_state = #{eventState}
and event_source = #{eventSource}
and event_nature = #{eventNature}
and event_source_tips = #{eventSourceTips}