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}