ソースを参照

cuser

release_toaliyun_real
xhxu 5年前
コミット
1bbdcd74f2
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

+ 1
- 0
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml ファイルの表示

@@ -208,6 +208,7 @@

<if test=" null != phone and ''!=phone ">
and wmbu.`phone` like concat('%', #{phone},'%')
and wmbu.`status` = 0
</if>

<if test=" null != sortColumns">order by ${sortColumns}</if>


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