|
|
@@ -256,7 +256,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
if (ticket.getMonths() != null && ticket.getMonths() >= 300) {
|
|
|
ticket.setExpiryTime(null);
|
|
|
}
|
|
|
- if (ticket.getExpiryTime() != null && ticket.getGoodsType() == 1 && ticket.getSecondType() == 2) {
|
|
|
+ if (ticket.getExpiryTime() != null && ticket.getGoodsType() == 1) {
|
|
|
String remainDays = DateUtil.formatBetween(now, ticket.getExpiryTime(), BetweenFormater.Level.DAY);
|
|
|
if ("0天".equals(remainDays)) {
|
|
|
remainDays = "小于1天";
|