PAYM session section MKR -> CURR
This commit is contained in:
parent
0334d8fcdf
commit
6534ab34ce
1 changed files with 2 additions and 2 deletions
|
|
@ -222,7 +222,7 @@ public class PaymSession extends AbstractSession implements InitializingBean {
|
|||
} else {
|
||||
TaskType startStatus = TaskType.StartRevise;
|
||||
Session newSession = new Session();
|
||||
newSession.setSection(Section.MKR.getKey());
|
||||
newSession.setSection(section().getKey());
|
||||
newSession.setSessionType(sessionType().getKey());
|
||||
newSession.setSessionStatus(startStatus.getKey());
|
||||
newSession.setWorkflowStatus(SessionStatus.ACTV.getKey());
|
||||
|
|
@ -241,7 +241,7 @@ public class PaymSession extends AbstractSession implements InitializingBean {
|
|||
|
||||
@Override
|
||||
protected Section section() {
|
||||
return Section.MKR;
|
||||
return Section.CURR;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue