ソースを参照

fix bug

release_toaliyun_real
lin 2年前
コミット
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 test=" null != city and ''!= city ">
and `city` = #{city}
and `city` like concat('%', #{city},'%')
</if>

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


読み込み中…
キャンセル
保存