Authored by qinchao

在线ip配置对比bug修改

... ... @@ -317,9 +317,14 @@ public class ServiceCompare {
}
client.start();
String servicePath = ZKPaths.makePath("/yh/services/", serviceName);
if("product".equals(serviceName)){
servicePath = ZKPaths.makePath("/yh/services/", "product.insertApply");
}
List<String> serviceInstances = client.getChildren().forPath(servicePath);
DEBUG.error(" zkregistercloud{} service{}, serviceInstances {} ", net, service, serviceInstances);
... ...