PAYM session execution.coverageStatus
This commit is contained in:
parent
1999a10786
commit
0846e6a381
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ public class FinishingSession implements ISessionStage {
|
||||||
notAllowed,
|
notAllowed,
|
||||||
executions.size() - (allowed + notAllowed));
|
executions.size() - (allowed + notAllowed));
|
||||||
}
|
}
|
||||||
if (IEnumKey.contains(sessionType, SessionType.CURR, SessionType.TRDT, SessionType.IPOB, SessionType.IPO0, SessionType.IPOT, SessionType.UNIT)) {
|
if (IEnumKey.contains(sessionType, SessionType.CURR, SessionType.PAYM, SessionType.TRDT, SessionType.IPOB, SessionType.IPO0, SessionType.IPOT, SessionType.UNIT)) {
|
||||||
Collection<? extends ExecutionCommon> executions = findExecutionFondBySessionId(sessionId, sessionType);
|
Collection<? extends ExecutionCommon> executions = findExecutionFondBySessionId(sessionId, sessionType);
|
||||||
Map<Long, ExecutionCurrency> execCurr = new HashMap<>();
|
Map<Long, ExecutionCurrency> execCurr = new HashMap<>();
|
||||||
Map<Long, ExecutionFond> execFond = new HashMap<>();
|
Map<Long, ExecutionFond> execFond = new HashMap<>();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue