@@ -414,7 +414,7 @@
select id eventId, event_code eventCode, event_name eventName,event_status_value eventStatusValue,event_status eventStatus,is_examine isExamine, version, address, create_by cameraCode
from centerevent_t_eventcatalogue
where event_status_value in ('forest_event_status_1','forest_event_status_5')
- and report_source = 'reporting_source_1' and event_type !='101'
+ and report_source = 'reporting_source_1' and event_type_xl !='101'
<if test="eventName != null and eventName != ''">
and event_name like concat('%', #{eventName},'%')
</if>