if (body.collection) {
            let accountCollection = new AccountCollection();
            accountCollection.account = user.roles.account;
            accountCollection.rightCollection = body.collection;
            accountCollection.from = startDate;