customer service improvements
This commit is contained in:
parent
059fad1421
commit
5075152ce3
@ -176,7 +176,6 @@ public class CustomerServiceImpl extends AbstractEntityService implements Custom
|
||||
log.trace("Executing deleteCustomersByTenantId, tenantId [{}]", tenantId);
|
||||
Validator.validateId(tenantId, "Incorrect tenantId " + tenantId);
|
||||
customersByTenantRemover.removeEntities(tenantId, tenantId);
|
||||
countService.publishCountEntityEvictEvent(tenantId, EntityType.CUSTOMER);
|
||||
}
|
||||
|
||||
private PaginatedRemover<TenantId, Customer> customersByTenantRemover =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user