JAVA/SMTAIServer/src/main/java/com/smtaiserver/smtaiserver/core/SMTAIServerApp.java
@@ -235,7 +235,7 @@ Map<String, SMTMetricsDef> mapResult = mapMapMetrics.get(groupId); if(mapResult == null) throw new Exception("can't find metrics group : " + groupId); return new HashMap<String, SMTMetricsDef>(); return mapResult; } @@ -302,6 +302,7 @@ _serverEncache.getMapThemeDefMap(); _serverEncache.getAttachTableDefMap(); _serverEncache.getAttachMetricDefMap(); _serverEncache.getQwenAgentManager(); } public SMTMapTableDef getMapTableDef(String tableId) throws Exception