Przeglądaj źródła

/、.test

release_toaliyun_real
xhxu 4 lat temu
rodzic
commit
14d0689785
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml Wyświetl plik

@@ -834,12 +834,12 @@
and co.order_id = #{orderId}
</if>
<if test=" null != couponIds">
<!--<if test=" null != couponIds">
and co.coupon_id in
<foreach collection="couponIds" index="index" item="couponIdItem" open="(" separator="," close=")">
#{couponIdItem}
</foreach>
</if>
</if>-->
<if test=" null != sortColumns"> order by ${sortColumns} </if>
<if test=" null == sortColumns">order co.id desc</if>


Ładowanie…
Anuluj
Zapisz