From 85b3d2f88f2a3103d21c685da6b217f53656992c Mon Sep 17 00:00:00 2001 From: linfso Date: Fri, 15 Nov 2024 07:43:42 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisCountryMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}