Przeglądaj źródła

fix bug

release_toaliyun_real
zhengfangyuan 3 lat temu
rodzic
commit
e11b4a603d
1 zmienionych plików z 6 dodań i 0 usunięć
  1. +6
    -0
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 6
- 0
mallinkService/src/main/resources/mapper/WxCouponMapper.xml Wyświetl plik

@@ -992,6 +992,12 @@
<if test="wxCoupon.id != null">
and c.id = #{wxCoupon.id}
</if>
<if test=" null != wxCoupon.ids ">
and c.id in
<foreach collection="wxCoupon.ids" index="index" item="idItem" open="(" separator="," close=")">
#{idItem}
</foreach>
</if>
<if test=" null != wxCoupon.sortColumns">order by ${wxCoupon.sortColumns}</if>
<if test=" null == wxCoupon.sortColumns">order by c.status asc,c.create_date desc</if>



Ładowanie…
Anuluj
Zapisz