Explorar el Código

fix bug

release_toaliyun_real
lin hace 2 años
padre
commit
d9f32cd2e2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml Ver fichero

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

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


Cargando…
Cancelar
Guardar