Sfoglia il codice sorgente

/、.test

release_toaliyun_real
xhxu 4 anni fa
parent
commit
14d0689785
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml Vedi File

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


Caricamento…
Annulla
Salva