This commit is contained in:
parent
329e2dda28
commit
59d06cd0a8
1 changed files with 2 additions and 1 deletions
|
|
@ -270,7 +270,8 @@ public class Sdf08Executor extends AbstractExecutor<SDf08> {
|
||||||
ImdgPredicate rgstrPredicate = pb.and(pb.sql(sql),
|
ImdgPredicate rgstrPredicate = pb.and(pb.sql(sql),
|
||||||
pb.sql(sql),
|
pb.sql(sql),
|
||||||
pb.equals("accountId", s.getAccountId()),
|
pb.equals("accountId", s.getAccountId()),
|
||||||
pb.equals("companyId", s.getAddresseeId())
|
pb.equals("companyId", s.getAddresseeId()),
|
||||||
|
pb.equals("securityId", s.getSecurityId())
|
||||||
);
|
);
|
||||||
return Optional.ofNullable(registryImdg.getSingleObjectByPredicate(rgstrPredicate));
|
return Optional.ofNullable(registryImdg.getSingleObjectByPredicate(rgstrPredicate));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue