Quellcode durchsuchen

fix bug

release_toaliyun_real
lin vor 2 Jahren
Ursprung
Commit
d9f32cd2e2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml Datei anzeigen

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


Laden…
Abbrechen
Speichern