lyhzzz 3 dní pred
rodič
commit
339d013f10

+ 1 - 1
src/main/java/com/fdkankan/fusion/down/FusionDownService.java

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