From 7b0f5dfc605f88bcae4370e7e9acf4947376afd7 Mon Sep 17 00:00:00 2001 From: wangpeng Date: Mon, 8 Apr 2024 17:30:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A3=80=E6=9F=A5=E4=BA=8B?= =?UTF-8?q?=E9=A1=B9=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../datasource/comprehensive/TrafficDrivingTypeMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mybatis/datasource/comprehensive/TrafficDrivingTypeMapper.xml b/src/main/resources/mybatis/datasource/comprehensive/TrafficDrivingTypeMapper.xml index d0f7762..32187bf 100644 --- a/src/main/resources/mybatis/datasource/comprehensive/TrafficDrivingTypeMapper.xml +++ b/src/main/resources/mybatis/datasource/comprehensive/TrafficDrivingTypeMapper.xml @@ -104,7 +104,7 @@ from f left join bus_corp_info b on b.CORPINFO_ID = f.CORPINFO_ID - left join sys_dictionaries d on d.BIANMA = f.CHECKTYPE_ID + left join sys_dictionaries d on d.BIANMA = f.CHECKTYPE_ID and d.PARENT_ID = '5ef3a19edcb2435f8db94487834bbae3' where f.ISDELETE = '0' and f.CHECKTYPE_ID = #{pd.CHECKTYPE_ID}