Authored by qinchao

在线ip比较

... ... @@ -368,7 +368,10 @@ public class ServiceCompare {
}else{
pathStr += ",aws";
}
pathStr += ",service";
if(!"gateway".equals(service)){
pathStr += ",service";
}
pathStr += ","+service;
String[] pathArray=pathStr.split(",");
TypeInfo typeInfo=typeInfoService.getTypeByMobjectPathArray(pathArray);
... ...