Parcourir la source

fix bug

release_toaliyun_real
lin il y a 2 ans
Parent
révision
d9f32cd2e2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml Voir le fichier

@@ -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 ">


Chargement…
Annuler
Enregistrer