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