同步平台业务模块能力
This commit is contained in:
@@ -168,6 +168,7 @@ public class SandboxConfigController {
|
||||
if (StringUtils.isBlank(sandboxRegDto.getSandboxConfigValue().getHostWithScheme())) {
|
||||
sandboxRegDto.getSandboxConfigValue().setHostWithScheme("http://127.0.0.1");
|
||||
}
|
||||
sandboxRegDto.getSandboxConfigValue().setVncPort(sandboxRegDto.getSandboxConfigValue().getTtydPort());
|
||||
if (StringUtils.isNotBlank(sandboxRegDto.getSavedKey())) {
|
||||
SandboxConfigDto byKey = sandboxConfigApplicationService.getByKey(sandboxRegDto.getSavedKey());
|
||||
if (byKey != null) {
|
||||
|
||||
Reference in New Issue
Block a user