Commit 3cd111fe authored by chenhao's avatar chenhao

删除空格

parent 00353c43
......@@ -422,7 +422,7 @@ public class KeySiteServiceImpl extends BaseService<KeySiteDto, KeySite, KeySite
keySiteCountMap, allCount);
Map<String, Object> fristMap = buildingMapList.get(0);
fristMap.put("id", 0);
fristMap.put("name", fristMap.get("instanceName") + " (" + reMap.get("allCount") + ")");
fristMap.put("name", fristMap.get("instanceName") + "(" + reMap.get("allCount") + ")");
fristMap.put("children", reMap.get("children"));
buildingMapList.clear();
buildingMapList.add(fristMap);
......
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