@@ -388,8 +388,8 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
if (ticket.getGoodsId() == 1 || ticket.getGoodsId() == 18 || ticket.getGoodsId() == 33l) {
ticket.setEmail(null);
}
- //设置镜像车票信息
- setMirrorTicketInfo(ticket);
+// //设置镜像车票信息
+// setMirrorTicketInfo(ticket);
// List<GroupsRelationUserView> relationUserViews = groupsRelationMapper.getUserRelationUserViews(ticket.getGroupId(), ticket.getRelationId(), ticket.getUserId(), List.of(GroupsRelation.Status.validity, GroupsRelation.Status.outside));
// ticket.setRelationViews(relationUserViews);