lin 1 год назад
Родитель
Сommit
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=")">


Загрузка…
Отмена
Сохранить