。。。
This commit is contained in:
parent
127a4f7a56
commit
c348b6d9eb
|
@ -919,7 +919,7 @@ public class ResourceServiceImpl extends CrudServiceImpl<ResourceDao, ResourceEn
|
|||
item.setValue(index.get("total"));
|
||||
}
|
||||
}));
|
||||
map1.put("0", (long) map.get("0") + (deptCount - map1.values().stream().mapToLong(index -> (long) index).sum()));
|
||||
map1.put("0", (long) map1.get("0") + (deptCount - map1.values().stream().mapToLong(index -> (long) index).sum()));
|
||||
resultMap.put("deptTotalCount", map1);
|
||||
return resultMap;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue