From 29dee5bfd21d2b535cb5ad5dc5c17e475c97f14e Mon Sep 17 00:00:00 2001 From: WenShiJun Date: Thu, 21 Mar 2024 08:54:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E5=8D=95=E7=99=BB=E8=AE=B0=E5=88=97?= =?UTF-8?q?=E8=A1=A8sql=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TrafficSecurityWaybillRegistrationMapper.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityWaybillRegistrationMapper.xml b/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityWaybillRegistrationMapper.xml index e624cec..e83fef8 100644 --- a/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityWaybillRegistrationMapper.xml +++ b/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityWaybillRegistrationMapper.xml @@ -160,14 +160,9 @@ u.NAME, b.LOCATIONNAME AS ORIGIN_NAME, b2.LOCATIONNAME AS DESTINATION_NAME - o.LOCATIONNAME as ORIGIN_NAME, - d.LOCATIONNAME as DESTINATION_NAME, - i.CORP_NAME from f left join bus_corp_info i on f.TRANSPORTATIONCOMPANY = i.CORPINFO_ID - left join bus_traffic_location_management o on o.LOCATIONMANAGEMENT_ID = f.ORIGIN - left join bus_traffic_location_management d on d.LOCATIONMANAGEMENT_ID = f.DESTINATION left join sys_user u on f.PRACTITIONER = u.USER_ID left join bus_traffic_location_management b on f.ORIGIN = b.LOCATIONMANAGEMENT_ID left join bus_traffic_location_management b2 on f.DESTINATION = b2.LOCATIONMANAGEMENT_ID