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},