Commit ae35140f authored by wutu's avatar wutu

修复ip bug

parent c670b34e
...@@ -56,7 +56,7 @@ public class IpServiceImpl implements IpService { ...@@ -56,7 +56,7 @@ public class IpServiceImpl implements IpService {
} }
Set<String> ipSet = clusterAppId.get(appName); Set<String> ipSet = clusterAppId.get(appName);
ipSet.add(ip); ipSet.add(ip);
return "10.10.1.255"; return ip;
} }
@Override @Override
......
Markdown is supported
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