Commit c8dd1c37 authored by 廖旭伟's avatar 廖旭伟

数据汇聚应用信息表

parent af4bc72b
......@@ -194,6 +194,7 @@ public class ConvergeSiteServiceImpl extends AbstractCRUDServiceImpl<ConvergeSit
vo.setAppSimpleName(appsInfoMap.get(item.getAppEname()));
}
vo.setInterfaceStats(item.getInterfaceEntityList());
vo.setOpr("U");
voList.add(vo);
}
return voList;
......
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