This commit is contained in:
parent
21dcef8fb1
commit
5c5c097544
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ public abstract class AbstractExporterService {
|
|||
return false;
|
||||
}
|
||||
Account account = accountImdg.getSingleObjectByID(registry.getAccountId());
|
||||
if (registry.getBalance().compareTo(BigDecimal.ZERO) == 0 && invalidAccountStatus.contains(account.getAccount())) {
|
||||
if (registry.getBalance().compareTo(BigDecimal.ZERO) == 0 && invalidAccountStatus.contains(account.getStatus())) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue