This commit is contained in:
parent
2b2d178850
commit
053a347e12
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ public class StatementRevisePredicate {
|
|||
public static ImdgPredicate get(Imdg<?> pb, Collection<Long> currenciesId) {
|
||||
ImdgPredicateBuilder prdctBuilder = pb.predicateBuilder();
|
||||
return prdctBuilder.and(
|
||||
prdctBuilder.in("currencyId", currenciesId.toArray(new Comparable[0])),
|
||||
prdctBuilder.in("securityId", currenciesId.toArray(new Comparable[0])),
|
||||
prdctBuilder.equals("statementType", StatementType.incr.getKey())
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue