Authored by tanling

增加发放数量和使用数量

... ... @@ -26,7 +26,7 @@
<include refid="Base_Column_List"/>
from user_coupon
where
AND coupon_id IN
coupon_id IN
<foreach collection="couponIds" item="couponId" open="(" separator="," close=")">
#{couponId,jdbcType=INTEGER}
</foreach>
... ...