Merge branch 'dev'

This commit is contained in:
wangliwen 2022-10-13 20:34:56 +08:00
commit 2928c04e85
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}