From 24d1d81d160c8e17f62090d2e588133a0a28c2b1 Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 18 Apr 2024 20:23:17 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisRegionMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisRegionMapper.xml b/emis-biz/src/main/resources/mapper/EmisRegionMapper.xml index 2bc73833a..4cf9bf1a1 100644 --- a/emis-biz/src/main/resources/mapper/EmisRegionMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisRegionMapper.xml @@ -42,10 +42,10 @@ and region_name_en like concat('%', #{regionNameEn}, '%') and region_type = #{regionType} and short_name like concat('%', #{shortName}, '%') - and parent_code like concat('%', #{parentCode}, '%') + and parent_code=#{parentCode} and area_id = #{areaId} and area_name like concat('%', #{areaName}, '%') - and country_code like concat('%', #{countryCode}, '%') + and country_code=#{countryCode} and country_name like concat('%', #{countryName}, '%') and zip_code like concat('%', #{zipCode}, '%') and order_num = #{orderNum}