Merge remote-tracking branch 'origin/new_3A' into new_3A
This commit is contained in:
commit
b809437e5b
@ -39,7 +39,6 @@ import java.util.Objects;
|
||||
|
||||
@Slf4j
|
||||
@Aspect
|
||||
@Component
|
||||
@Order(1)
|
||||
public class ContextInfoBuilderAspect {
|
||||
|
||||
@ -316,10 +315,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