|
|
@@ -2506,7 +2506,7 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
GroupsTrips groupsTrips = groupsMapper.selectById(relation.getGroupsId());
|
|
|
if (groupsTrips.getStatus() != GroupsTrips.Status.waiting) {
|
|
|
Account account = accountMapper.selectById(groupsTrips.getAccountId());
|
|
|
- User user = userMapper.selectById(relation.getUserId());
|
|
|
+ User user = userMapper.selectById(orderDon.getUserId());
|
|
|
groupsRelationNetflixService.timingSetNetflix(relation.getNum(), user.getNickname(), account.getAccount(), account.getPassword(), relation.getExpiryTime());
|
|
|
}
|
|
|
}
|