From 5b421c46f1f7da89e116f0da0bd0670355348ba8 Mon Sep 17 00:00:00 2001 From: lau572 <1010031226@qq.com> Date: Thu, 20 Jun 2024 14:12:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E8=B4=B9=E7=AB=99=E7=AE=A1=E5=88=B6?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/business/DcTrafficIncidentsMapper.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/zc-business/src/main/resources/mapper/business/DcTrafficIncidentsMapper.xml b/zc-business/src/main/resources/mapper/business/DcTrafficIncidentsMapper.xml index a7e4a42b..27c1f077 100644 --- a/zc-business/src/main/resources/mapper/business/DcTrafficIncidentsMapper.xml +++ b/zc-business/src/main/resources/mapper/business/DcTrafficIncidentsMapper.xml @@ -271,7 +271,6 @@ t1.event_type = '3' and t1.event_subclass = '3-2' and t1.event_state != '0' and date_format(t1.start_time,'%Y-%m-%d %H:%i:%s') <= date_format(#{endTime},'%Y-%m-%d %H:%i:%s') and (date_format(t1.end_time,'%Y-%m-%d %H:%i:%s') > date_format(#{startTime},'%Y-%m-%d %H:%i:%s') or ISNULL(t1.end_time)) - and t2.classify in ('6','7','9') GROUP BY t2.facility_id) t2 on t1.id = t2.facilityId t1.facility_type = '1'