diff --git a/emis-biz/src/main/resources/mapper/EmisCountryMapper.xml b/emis-biz/src/main/resources/mapper/EmisCountryMapper.xml
index b32e81e07..d8f20eaf6 100644
--- a/emis-biz/src/main/resources/mapper/EmisCountryMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisCountryMapper.xml
@@ -29,12 +29,12 @@
and id = #{id}
and name like concat('%', #{name}, '%')
and name_en like concat('%', #{nameEn}, '%')
- and code like concat('%', #{code}, '%')
- and tel_area_code like concat('%', #{telAreaCode}, '%')
- and iso_code like concat('%', #{isoCode}, '%')
+ and code=#{code}
+ and tel_area_code=#{telAreaCode}
+ and iso_code=#{isoCode}
and find_in_set(#{continentId},continent_id) and order_num = #{orderNum}
- and two_code like concat('%', #{twoCode}, '%')
- and three_code like concat('%', #{threeCode}, '%')
+ and two_code=#{twoCode}
+ and three_code=#{threeCode}
and remark like concat('%', #{remark}, '%')
and tenant_id like concat('%', #{tenantId}, '%')
and del_flag like concat('%', #{delFlag}, '%')