From d9f32cd2e23da336539c704bf2057ef607bf4c4e Mon Sep 17 00:00:00 2001 From: lin <642018748@qq.com> Date: Sun, 2 Jul 2023 23:57:56 +0800 Subject: [PATCH] fix bug --- .../src/main/resources/mapper/TtMerchantPoiMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml b/mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml index 442ffb214..3c312bd26 100644 --- a/mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml +++ b/mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml @@ -85,7 +85,7 @@ - and `city` = #{city} + and `city` like concat('%', #{city},'%')