zoujiajian 1 年之前
父節點
當前提交
14e087b330

+ 2 - 2
netflix-service/src/main/java/com/cyksj/service/relation/impl/GroupRelationFrontServiceImpl.java

@@ -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);