|
|
@@ -69,7 +69,7 @@ public class TermConsumeValidationContext {
|
|
|
context.mealMoney = cardVo.getMealTotal();
|
|
|
context.currentTime = LocalDateTime.now();
|
|
|
context.lastPayTime = CardDateUtils.toLocalDateTime(cardVo.getLastPay());
|
|
|
- context.expiryTime = CardDateUtils.toLocalDateTime(cardVo.getLastPay());
|
|
|
+ context.expiryTime = CardDateUtils.toLocalDateTime(cardVo.getLifespan());
|
|
|
|
|
|
return context;
|
|
|
}
|