zoujiajian hace 11 meses
padre
commit
4e66b84b4d

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

@@ -1605,6 +1605,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
 			clearRelation.setNewRelationId(newRelation.getId());
 			clearService.clearTicket(clearRelation, UserTicketClearedRecord.Source.ticket_replace);
 		}
+		newRelation.setUserId(userId);
 		//校验座位
 		int update = groupsRelationMapper.update(null, Wrappers.lambdaUpdate(GroupsRelation.class)
 				.set(GroupsRelation::getUserId, userId)