update registries by new TCR bugfix

This commit is contained in:
ialbert 2023-08-01 11:46:02 +03:00
parent 63b72f0f67
commit 206ff77b97

View file

@ -161,7 +161,6 @@ public class RegistryService {
return Optional.ofNullable(prdBldr.and(
prdBldr.or(moneyPredicate.orElse(prdBldr.alwaysTrue()), depoPredicate.orElse(prdBldr.alwaysTrue())),
prdBldr.equals("companyId", companyId),
prdBldr.equals("accountId", moneyAccountId),
prdBldr.sql("tradingClearingRegistryId == null")
));
}