diff --git a/zc-business/src/main/resources/mapper/business/DcTrafficIncidentsMapper.xml b/zc-business/src/main/resources/mapper/business/DcTrafficIncidentsMapper.xml index 609545c7..85b1d003 100644 --- a/zc-business/src/main/resources/mapper/business/DcTrafficIncidentsMapper.xml +++ b/zc-business/src/main/resources/mapper/business/DcTrafficIncidentsMapper.xml @@ -226,7 +226,7 @@ else 0 end) minuteTime from dc_event t1 LEFT JOIN dc_event_traffic_control t2 on t1.id = t2.id - t1.event_type = '3' and t1.event_subclass = '3-2' + t1.event_type = '3' and t1.event_subclass = '3-2' and t2.control_type = #{controlType} AND t2.facility_id in