Commit 02bd5ce7 authored by Zheng Jie's avatar Zheng Jie
Browse files

update

parent e3efdf27
...@@ -181,7 +181,7 @@ public class MonitorServiceImpl implements MonitorService { ...@@ -181,7 +181,7 @@ public class MonitorServiceImpl implements MonitorService {
// 系统信息 // 系统信息
systemInfo.put("os", os.toString()); systemInfo.put("os", os.toString());
systemInfo.put("day", formatBetween); systemInfo.put("day", formatBetween);
systemInfo.put("ip", StringUtils.getLocalIp()); systemInfo.put("ip", "172.17.0.1");
return systemInfo; return systemInfo;
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment