|
|
|
@@ -761,6 +761,9 @@ public class WxCouponServiceImpl implements WxCouponService { |
|
|
|
coupon.setUpdateDate(new Date()); |
|
|
|
wxCouponMapper.updateValidEndDate(coupon); |
|
|
|
|
|
|
|
//更新coupon_channel |
|
|
|
wxCouponChannelMapper.cardDefer(id, validEndDate); |
|
|
|
|
|
|
|
//更新coupon_order的状态,已过期的变为使用中 5-->4 |
|
|
|
wxCouponOrderMapper.cardDefer(id,validEndDate); |
|
|
|
|
|
|
|
|