DealsPrepare bugfix
This commit is contained in:
parent
3e6f6121c4
commit
01c3a8d1f7
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ public class DealsPrepare implements ISessionStage {
|
|||
if (imdgPredicates.isEmpty()) {
|
||||
return sqlPredicate;
|
||||
} else {
|
||||
return pb.and(sqlPredicate, pb.and(execDepositPredicates.toArray(new ImdgPredicate[0])));
|
||||
return pb.and(sqlPredicate, pb.and(imdgPredicates.toArray(new ImdgPredicate[0])));
|
||||
}
|
||||
};
|
||||
ImdgPredicate excDepPrct = prdComposer.apply(execDepositPredicates, executionDepositImdg);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue