lin 2 лет назад
Родитель
Сommit
d9f32cd2e2
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml Просмотреть файл

@@ -85,7 +85,7 @@
</if> </if>
<if test=" null != city and ''!= city "> <if test=" null != city and ''!= city ">
and `city` = #{city}
and `city` like concat('%', #{city},'%')
</if> </if>


<if test=" null != merchantName and ''!= merchantName "> <if test=" null != merchantName and ''!= merchantName ">


Загрузка…
Отмена
Сохранить