浏览代码

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=")">


正在加载...
取消
保存