From 49937c94aad5cb228e251317b0740762b71b1f22 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:12:33 +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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zc-business/src/main/resources/mapper/business/DcEventMapper.xml b/zc-business/src/main/resources/mapper/business/DcEventMapper.xml index f88c5b12..3582a36a 100644 --- a/zc-business/src/main/resources/mapper/business/DcEventMapper.xml +++ b/zc-business/src/main/resources/mapper/business/DcEventMapper.xml @@ -343,7 +343,11 @@ and direction = #{direction} and user_id = #{userId} - and start_time BETWEEN #{startTime} and #{endTime} + and start_time BETWEEN #{startTime} and #{endTime} + + and occurrence_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}