We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Service (arextest/arex-api)
com.arextest.config.repository.impl.InstancesConfigurationRepositoryImpl#remove public boolean remove(InstancesConfiguration configuration) { InstancesCollection instancesCollection = InstancesMapper.INSTANCE.daoFromDto(configuration); return this.mongoTemplate.remove(instancesCollection).getDeletedCount() > 0L; }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
AREX Test Service
API Service (arextest/arex-api)
Current Behavior
com.arextest.config.repository.impl.InstancesConfigurationRepositoryImpl#remove 没做dto转dao: InstancesCollection instancesCollection = InstancesMapper.INSTANCE.daoFromDto(configuration);Expected Behavior
com.arextest.config.repository.impl.InstancesConfigurationRepositoryImpl#remove
public boolean remove(InstancesConfiguration configuration) {
InstancesCollection instancesCollection = InstancesMapper.INSTANCE.daoFromDto(configuration);
return this.mongoTemplate.remove(instancesCollection).getDeletedCount() > 0L;
}
Steps To Reproduce
Anything else
No response
Are you willing to submit a pull request to fix on your own?
The text was updated successfully, but these errors were encountered: