From 5af5dc231bc2d8bda850ebdeae12d4f5cf923291 Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 11 Jan 2024 14:20:06 +0800 Subject: [PATCH] md --- .../main/resources/mapper/EmisDestinationMapper.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisDestinationMapper.xml b/emis-biz/src/main/resources/mapper/EmisDestinationMapper.xml index 7a9b4eb03..f4df6a2dd 100644 --- a/emis-biz/src/main/resources/mapper/EmisDestinationMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisDestinationMapper.xml @@ -17,7 +17,7 @@ - + @@ -30,7 +30,7 @@ - select id, dest_code, dest_name, dest_name_en, status, country, site_code, site_name, province, city, county, town, is_ hinterland, remark, tenant_id, del_flag, create_by, create_site, create_time, update_by, update_site, update_time from emis_destination + select id, dest_code, dest_name, dest_name_en, status, country, site_code, site_name, province, city, county, town, is_hinterland, remark, tenant_id, del_flag, create_by, create_site, create_time, update_by, update_site, update_time from emis_destination @@ -83,7 +83,7 @@ city, county, town, - is_ hinterland, + is_hinterland, remark, tenant_id, del_flag, @@ -134,7 +134,7 @@ city = #{city}, county = #{county}, town = #{town}, - is_ hinterland = #{isHinterland}, + is_hinterland = #{isHinterland}, remark = #{remark}, tenant_id = #{tenantId}, del_flag = #{delFlag},