Merge remote-tracking branch 'refs/remotes/origin/dev'
This commit is contained in:
@@ -63,7 +63,8 @@ public class SchisandraFileHeatmapDomainServiceImpl implements SchisandraFileHea
|
||||
List<HashMap<Object,Object>> mapList =new ArrayList<>();
|
||||
list1.keySet().forEach(obj->{
|
||||
HashMap<Object,Object> map=new HashMap<>();
|
||||
map.put(obj,Long.valueOf(list1.get(obj).size()));
|
||||
map.put("date", obj);
|
||||
map.put("count",Long.valueOf(list1.get(obj).size()));
|
||||
mapList.add(map);
|
||||
});
|
||||
return mapList;
|
||||
@@ -78,7 +79,8 @@ public class SchisandraFileHeatmapDomainServiceImpl implements SchisandraFileHea
|
||||
List<HashMap<Object,Object>> mapList =new ArrayList<>();
|
||||
list1.keySet().forEach(obj->{
|
||||
HashMap<Object,Object> map=new HashMap<>();
|
||||
map.put(obj,Long.valueOf(list1.get(obj).size()));
|
||||
map.put("date", obj);
|
||||
map.put("count",Long.valueOf(list1.get(obj).size()));
|
||||
mapList.add(map);
|
||||
});
|
||||
return mapList;
|
||||
|
Reference in New Issue
Block a user