|
|
@@ -701,7 +701,7 @@ public class CmsOrderDonServiceImpl extends ServiceImpl<OrderDonMapper,OrderDon>
|
|
|
User user = userMapper.selectById(newRelation.getUserId());
|
|
|
GroupsTrips groupsTrips = groupsMapper.selectById(newRelation.getGroupsId());
|
|
|
Account account = accountMapper.selectById(groupsTrips.getAccountId());
|
|
|
- groupsRelationNetflixService.timingSetNetflix(newRelation.getNum(), user.getNickname(), account.getAccount(), account.getPassword(), newRelation.getExpiryTime(), null);
|
|
|
+ groupsRelationNetflixService.timingSetNetflix(newRelation.getNum(), user.getNickname(), account.getAccount(), account.getPassword(), newRelation.getExpiryTime());
|
|
|
}
|
|
|
|
|
|
if (plusPurchaseSkuRelation != null && plus_relationList != null) {
|