|
|
|
@@ -762,7 +762,7 @@ public class WxCouponServiceImpl implements WxCouponService { |
|
|
|
wxCouponMapper.updateValidEndDate(coupon); |
|
|
|
|
|
|
|
//更新coupon_order的状态,已过期的变为使用中 5-->4 |
|
|
|
wxCouponOrderMapper.cardDefer(id); |
|
|
|
wxCouponOrderMapper.cardDefer(id,validEndDate); |
|
|
|
|
|
|
|
//更新coupon_passwd |
|
|
|
couponPasswordMapper.updateExpiredTime(id, validEndDate); |
|
|
|
|