WANGKANG 9 месяцев назад
Родитель
Сommit
66a7bf37d0

+ 2 - 0
taais-modules/taais-biz/src/main/java/com/taais/biz/service/impl/AlgorithmConfigTrackServiceImpl.java

@@ -149,6 +149,8 @@ public class AlgorithmConfigTrackServiceImpl extends BaseServiceImpl<AlgorithmCo
             HashMap<String, Object> map = new HashMap<>();
             map.put("label",algorithmConfigTrack.getAlgorithmName());
             map.put("value",algorithmConfigTrack.getId());
+            map.put("type", algorithmConfigTrack.getType());
+            map.put("subsystem", algorithmConfigTrack.getSubsystem());
 
             result.add(map);
         }