master
duhui 2021-11-18 17:23:02 +08:00
parent 72c8eb64cd
commit 564aa21952
1 changed files with 2 additions and 1 deletions

View File

@ -206,7 +206,7 @@ public class ServerInfoController {
} }
/** /**
* *
* @param request * @param request
* @return * @return
* @throws Exception * @throws Exception
@ -228,6 +228,7 @@ public class ServerInfoController {
for (int i = 0; i < count; i++) { for (int i = 0; i < count; i++) {
ServerInfo info = serverMap.get(String.valueOf(serverId+i)); ServerInfo info = serverMap.get(String.valueOf(serverId+i));
if (info == null){ if (info == null){
LOGGER.error("服务器不存在:{}",serverId+i);
continue; continue;
} }
info.setIp(ip); info.setIp(ip);