http://jira.mfd.msk:8088/browse/CLS-601 remove DM_X registry sessionId condition
This commit is contained in:
parent
c5f79afb50
commit
9a279eead8
1 changed files with 0 additions and 1 deletions
|
|
@ -161,7 +161,6 @@ public class KSRepCashRegistersReportBuilder extends CSVReportBuilder<EmptyParam
|
|||
Collection<Registry> dmxRegistries = registryImdg.getCollectionObjectsByPredicate(
|
||||
pb.and(
|
||||
dmxPredicate,
|
||||
pb.in("sessionId", sessionIds),
|
||||
pb.in("contract", contracts.toArray(new String[0])),
|
||||
pb.equals("tradingCode", registry.getTradingCode()),
|
||||
pb.equals("companyId", registry.getCompanyId()),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue