|
|
@@ -1820,7 +1820,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
GroupsRelationView groupsRelationView = beanSearcher.searchFirst(GroupsRelationView.class, MapUtils.builder()
|
|
|
.field(GroupsRelationView::getUserId, userIdList).op(Operator.InList)
|
|
|
.field(GroupsRelationView::getId, relationId)
|
|
|
- .field(GroupsRelationView::getExpiryTime, DateTime.now())
|
|
|
+ .field(GroupsRelationView::getExpiryTime, DateTime.now()).op(Operator.GreaterThan)
|
|
|
.build());
|
|
|
TicketRenewUpgradeView ticketRenewUpgradeView = new TicketRenewUpgradeView();
|
|
|
if (groupsRelationView != null) {
|