ソースを参照

fix bug

master
lin 1年前
コミット
e7002babbc
1個のファイルの変更0行の追加7行の削除
  1. +0
    -7
      gptService/src/main/resources/mapper/WxProductMapper.xml

+ 0
- 7
gptService/src/main/resources/mapper/WxProductMapper.xml ファイルの表示

@@ -48,13 +48,6 @@
and `first` = #{first}
</if>

<if test=" null != userIds ">
and c_user_id in
<foreach collection="userIds" index="index" item="uidItem" open="(" separator="," close=")">
#{uidItem}
</foreach>
</if>
<if test=" null != ids ">
and id in
<foreach collection="ids" index="index" item="idItem" open="(" separator="," close=")">


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