|
@@ -1787,7 +1787,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
.field(UserMirrorTicketView::getUserId, userIds).op(Operator.InList)
|
|
.field(UserMirrorTicketView::getUserId, userIds).op(Operator.InList)
|
|
|
.field(UserMirrorTicketView::getIsMirror, Boolean.TRUE)
|
|
.field(UserMirrorTicketView::getIsMirror, Boolean.TRUE)
|
|
|
//过期7天内的镜像车票都展示
|
|
//过期7天内的镜像车票都展示
|
|
|
- .field(UserMirrorTicketView::getExpiryTime, DateUtil.offsetDay(now, -7))
|
|
|
|
|
|
|
+ .field(UserMirrorTicketView::getExpiryTime, DateUtil.offsetDay(now, -7)).op(Operator.GreaterThan)
|
|
|
.orderBy(RenewalView::getExpiryTime).asc()
|
|
.orderBy(RenewalView::getExpiryTime).asc()
|
|
|
.build());
|
|
.build());
|
|
|
list.forEach(ticket -> {
|
|
list.forEach(ticket -> {
|