update registries by new TCR bugfix
This commit is contained in:
parent
63b72f0f67
commit
206ff77b97
1 changed files with 0 additions and 1 deletions
|
|
@ -161,7 +161,6 @@ public class RegistryService {
|
||||||
return Optional.ofNullable(prdBldr.and(
|
return Optional.ofNullable(prdBldr.and(
|
||||||
prdBldr.or(moneyPredicate.orElse(prdBldr.alwaysTrue()), depoPredicate.orElse(prdBldr.alwaysTrue())),
|
prdBldr.or(moneyPredicate.orElse(prdBldr.alwaysTrue()), depoPredicate.orElse(prdBldr.alwaysTrue())),
|
||||||
prdBldr.equals("companyId", companyId),
|
prdBldr.equals("companyId", companyId),
|
||||||
prdBldr.equals("accountId", moneyAccountId),
|
|
||||||
prdBldr.sql("tradingClearingRegistryId == null")
|
prdBldr.sql("tradingClearingRegistryId == null")
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue