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}