Commit 755485eb authored by tianyiming's avatar tianyiming

大屏-设备树修改

parent ebb9a510
...@@ -333,6 +333,6 @@ public class StCommonServiceImpl { ...@@ -333,6 +333,6 @@ public class StCommonServiceImpl {
List<EquCategoryVo> children = equipmentCategoryList.stream() List<EquCategoryVo> children = equipmentCategoryList.stream()
.map(dto -> new EquCategoryVo(dto.getName(), dto.getCode(), null)) .map(dto -> new EquCategoryVo(dto.getName(), dto.getCode(), null))
.collect(Collectors.toList()); .collect(Collectors.toList());
return new EquCategoryVo(null, "全部设备", children); return new EquCategoryVo("全部设备",null, children);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment