This commit is contained in:
parent
c6767821aa
commit
345feb19b8
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ public class AccountService extends QueueConsumer implements InitializingBean {
|
||||||
ImdgPredicateBuilder pb = accountMap.predicateBuilder();
|
ImdgPredicateBuilder pb = accountMap.predicateBuilder();
|
||||||
ImdgPredicate andPredicate = pb.and(
|
ImdgPredicate andPredicate = pb.and(
|
||||||
pb.equals("accountType", AccountType.Anlt.getKey()),
|
pb.equals("accountType", AccountType.Anlt.getKey()),
|
||||||
pb.equals("currency", currency)
|
pb.equals("currency", currency.getCurrencyCode())
|
||||||
);
|
);
|
||||||
Collection<Account> accountsAnlt = accountMap.getCollectionObjectsByPredicate(andPredicate);
|
Collection<Account> accountsAnlt = accountMap.getCollectionObjectsByPredicate(andPredicate);
|
||||||
if (accountsAnlt.isEmpty()) {
|
if (accountsAnlt.isEmpty()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue