xx
This commit is contained in:
parent
31bd613f3c
commit
7000340116
@ -316,10 +316,11 @@ public class ContextInfoBuilderAspect {
|
||||
}
|
||||
if (LegacyGuessMissedRsp.ST_GUESS_OK.equals(rsp.getGuessTerminal())) {
|
||||
contextInfo.setTerminalInfo(
|
||||
new TerminalInfo(contextInfo.getTerminalInfo().getRawTerminalString(), rsp.getGuessTerminal()));
|
||||
new TerminalInfo(rsp.getNewTerminal()));
|
||||
}
|
||||
if (LegacyGuessMissedRsp.ST_GUESS_OK.equals(rsp.getGuessWorkspace())) {
|
||||
contextInfo.setWorkspaceId(rsp.getWorkspaceId());
|
||||
contextInfo.setWorkspaceType(rsp.getWorkspaceType());
|
||||
}
|
||||
if (LegacyGuessMissedRsp.ST_GUESS_OK.equals(rsp.getGuessOU())) {
|
||||
contextInfo.setOuId(rsp.getOuId());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user