Просмотр исходного кода

/、.test

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
14d0689785
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml Просмотреть файл

@@ -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>


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