|
@@ -499,7 +499,7 @@ public class UserCouponServiceImpl extends ServiceImpl<MtUserCouponMapper, MtUse
|
|
// 计次卡tips
|
|
// 计次卡tips
|
|
if (couponInfo.getType().equals(CouponTypeEnum.TIMER.getKey())) {
|
|
if (couponInfo.getType().equals(CouponTypeEnum.TIMER.getKey())) {
|
|
Long confirmNum = confirmLogService.getConfirmNum(userCouponDto.getId());
|
|
Long confirmNum = confirmLogService.getConfirmNum(userCouponDto.getId());
|
|
- tips = "已核销"+ confirmNum +"次,可核销" + couponInfo.getOutRule() + "次";
|
|
|
|
|
|
+ tips = "已使用"+ confirmNum +"次,可使用" + couponInfo.getOutRule() + "次";
|
|
}
|
|
}
|
|
|
|
|
|
dto.setTips(tips);
|
|
dto.setTips(tips);
|