[server] - 修改bug

This commit is contained in:
zeaslity
2023-02-16 16:31:09 +08:00
parent e630b291e3
commit 30caa38e71
3 changed files with 41 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ public class AgentOperationInfoService {
// 需要此部分写为String, 否则无法解析
String agentServerInfoString;
try {
agentServerInfoString = objectMapper.writeValueAsString(objectMapper);
agentServerInfoString = objectMapper.writeValueAsString(agentServerInfo);
} catch (JsonProcessingException e) {
throw new RuntimeException(e);
}