|
@@ -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);
|
|
|
}
|