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