fix section for currency session
This commit is contained in:
parent
d812faf77a
commit
fb2f9983b5
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ public class CurrencySessionStateMachineConfig extends EnumStateMachineConfigure
|
|||
);
|
||||
private final Guard<TaskType, SsnEvent> reviseSuccessGuard = guardCheckCtxForFlag(DataEnum.againReviseSuccess);
|
||||
private final SessionType SESSION_TYPE = SessionType.CURR;
|
||||
private final Section SECTION = Section.CURR;
|
||||
private final Section SECTION = Section.MKR;
|
||||
|
||||
public CurrencySessionStateMachineConfig(ImdgProvider imdgProvider,
|
||||
Sdf56Action sendSdf56Action,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue