This commit is contained in:
parent
d71fdd4359
commit
e9858a2f47
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ public class BalanceChecker {
|
|||
Collection<Registry> omtsNotToday;
|
||||
{
|
||||
ImdgPredicate omtPrdct = rgsAnd.apply(
|
||||
rgsPb.not(rgsPb.equals("settlementDate", today)), OM_T
|
||||
rgsPb.equals("settlementDate", today), OM_T
|
||||
);
|
||||
log.debug("searching omt registries: {}", omtPrdct);
|
||||
omtsNotToday = rgsImdg.getCollectionObjectsByPredicate(omtPrdct);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue