1
This commit is contained in:
parent
68a94aa3fc
commit
826fd38add
@ -190,6 +190,7 @@ public class CardCouponServiceImpl extends ServiceImpl<CardCouponMapper, CardCou
|
||||
cardCouponUser.setStartTime(cardCoupon.getEffectiveDateStart());
|
||||
cardCouponUser.setEndTime(cardCoupon.getEffectiveDateEnd());
|
||||
}
|
||||
cardCouponUserMapper.insert(cardCouponUser);
|
||||
return new ResponseObject(200, "领取成功", null);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user