Ver a proveniência

fix bug

master
lin há 1 ano
ascendente
cometimento
e7002babbc
1 ficheiros alterados com 0 adições e 7 eliminações
  1. +0
    -7
      gptService/src/main/resources/mapper/WxProductMapper.xml

+ 0
- 7
gptService/src/main/resources/mapper/WxProductMapper.xml Ver ficheiro

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


Carregando…
Cancelar
Guardar