diff --git a/emis-biz/src/main/resources/mapper/EmisCountryMapper.xml b/emis-biz/src/main/resources/mapper/EmisCountryMapper.xml index d1f6b9707..bb3f3ee2c 100644 --- a/emis-biz/src/main/resources/mapper/EmisCountryMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisCountryMapper.xml @@ -29,7 +29,7 @@ and id = #{id} and ( three_code=#{name} or two_code=#{name} or name like concat('%', #{name}, '%') or name_en like concat('%', #{name}, '%') ) and ( three_code=#{name} or two_code=#{name} or name like concat('%', #{nameEn}, '%') or name_en like concat('%', #{nameEn}, '%') ) - and code=#{code} + and find_in_set(code,#{code}) and tel_area_code=#{telAreaCode} and iso_code=#{isoCode} and find_in_set(#{continentId},continent_id) and order_num = #{orderNum}