|
@@ -297,7 +297,7 @@ public class FusionDownService {
|
|
|
for (HotIcon hotIcon : hotIconList) {
|
|
|
downResource(hotIcon.getIconUrl(),caseOffPath);
|
|
|
}
|
|
|
- jsonObject.put(basePath+hostIcon+fusionId, ResultData.ok(hotIconList));
|
|
|
+ // jsonObject.put(basePath+hostIcon+fusionId, ResultData.ok(hotIconList));
|
|
|
List<HotIcon> treeList = hotIconService.treeList(hotIconList);
|
|
|
jsonObject.put(basePath+hostIconTreeList+fusionId, ResultData.ok(treeList));
|
|
|
|