IPO0 -> IPOT
This commit is contained in:
parent
88781ff458
commit
7652e28ae9
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ public class Sdf57Executor extends AbstractExecutor<SDf57> {
|
||||||
sessionPredicateBuilder.in("sessionType",
|
sessionPredicateBuilder.in("sessionType",
|
||||||
Arrays.asList(
|
Arrays.asList(
|
||||||
SessionType.CURR.getKey(),
|
SessionType.CURR.getKey(),
|
||||||
SessionType.IPO0.getKey(),
|
SessionType.IPOT.getKey(),
|
||||||
SessionType.UNIT.getKey())
|
SessionType.UNIT.getKey())
|
||||||
.toArray(new String[0]))
|
.toArray(new String[0]))
|
||||||
)) != null;
|
)) != null;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue