Authored by chenjian

订单分享获取活动对应券

... ... @@ -23,7 +23,7 @@
<if test="useDate != null">
and use_date=#{useDate}
</if>
<if test="coupon_type != null">
<if test="couponType != null">
and coupon_type=#{couponType}
</if>
limit 1
... ...