|
@@ -229,6 +229,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
remainDays = days + 1 + "天";
|
|
remainDays = days + 1 + "天";
|
|
|
}
|
|
}
|
|
|
ticket.setRemainDays(remainDays);
|
|
ticket.setRemainDays(remainDays);
|
|
|
|
|
+ ticket.setTotal(DateUtil.betweenDay(ticket.getStartTime(), ticket.getExpiryTime(), false));
|
|
|
}
|
|
}
|
|
|
OrderDon orderDon = orderDonMapper.selectOne(Wrappers.lambdaQuery(OrderDon.class)
|
|
OrderDon orderDon = orderDonMapper.selectOne(Wrappers.lambdaQuery(OrderDon.class)
|
|
|
.eq(OrderDon::getRelationId, ticket.getRelationId())
|
|
.eq(OrderDon::getRelationId, ticket.getRelationId())
|