From 78e3a7aa32e5c9a7d50e827f8fdad5816513462b Mon Sep 17 00:00:00 2001 From: WenShiJun Date: Fri, 29 Mar 2024 08:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A4=E9=80=9A=E4=B8=80=E4=BD=93=E5=8C=96bu?= =?UTF-8?q?g=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TrafficSecurityAccidentInvestigationMapper.xml | 1 - .../comprehensive/TrafficSecurityCustomerManagementMapper.xml | 2 +- .../comprehensive/TrafficSecurityLocationManagementMapper.xml | 2 +- .../TrafficSecurityWaybillRegistrationMapper.xml | 4 ++-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityAccidentInvestigationMapper.xml b/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityAccidentInvestigationMapper.xml index ae400f2..523ee74 100644 --- a/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityAccidentInvestigationMapper.xml +++ b/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityAccidentInvestigationMapper.xml @@ -349,7 +349,6 @@ and f.ACCIDENTDATE = #{pd.ACCIDENTDATE} - ORDER BY OPERATTIME DESC ORDER BY f.CREATETIME DESC diff --git a/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityCustomerManagementMapper.xml b/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityCustomerManagementMapper.xml index 8bacaf9..999f8a1 100644 --- a/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityCustomerManagementMapper.xml +++ b/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityCustomerManagementMapper.xml @@ -109,7 +109,7 @@ and f.CUSTOMERTYPE = #{pd.CUSTOMERTYPE} - and f.TRANSPORTATIONCOMPANY = #{pd.TRANSPORTATIONCOMPANY} + and i.CORP_NAME = #{pd.TRANSPORTATIONCOMPANY} diff --git a/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityLocationManagementMapper.xml b/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityLocationManagementMapper.xml index 2f0714b..027ed8b 100644 --- a/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityLocationManagementMapper.xml +++ b/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityLocationManagementMapper.xml @@ -119,7 +119,7 @@ and f.LOCATIONTYPE = #{pd.LOCATIONTYPE} - and f.TRANSPORTATIONCOMPANY = #{pd.TRANSPORTATIONCOMPANY} + and i.CORP_NAME = #{pd.TRANSPORTATIONCOMPANY} diff --git a/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityWaybillRegistrationMapper.xml b/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityWaybillRegistrationMapper.xml index 3adef60..42e4938 100644 --- a/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityWaybillRegistrationMapper.xml +++ b/src/main/resources/mybatis/datasource/comprehensive/TrafficSecurityWaybillRegistrationMapper.xml @@ -163,8 +163,8 @@ b2.LOCATIONNAME AS DESTINATION_NAME, c.CUSTOMERNAME AS CLIENT_NAME, c2.CUSTOMERNAME AS CONFIRMER_NAME, - t.OPERATTIME as STARTTIME, - p.OPERATTIME as STOPTIME + t.OPERATTIME AS STARTTIME, + p.OPERATTIME AS STOPTIME from f left join bus_corp_info i on f.TRANSPORTATIONCOMPANY = i.CORPINFO_ID