Authored by qinchao

在线ip比较

@@ -368,7 +368,10 @@ public class ServiceCompare { @@ -368,7 +368,10 @@ public class ServiceCompare {
368 }else{ 368 }else{
369 pathStr += ",aws"; 369 pathStr += ",aws";
370 } 370 }
371 - pathStr += ",service"; 371 + if(!"gateway".equals(service)){
  372 + pathStr += ",service";
  373 + }
  374 +
372 pathStr += ","+service; 375 pathStr += ","+service;
373 String[] pathArray=pathStr.split(","); 376 String[] pathArray=pathStr.split(",");
374 TypeInfo typeInfo=typeInfoService.getTypeByMobjectPathArray(pathArray); 377 TypeInfo typeInfo=typeInfoService.getTypeByMobjectPathArray(pathArray);