Merge branch 'dev'

This commit is contained in:
wangliwen 2022-10-17 16:18:20 +08:00
commit 6701c763a8
1 changed files with 1 additions and 1 deletions

View File

@ -2105,7 +2105,7 @@ public class ResourceServiceImpl extends CrudServiceImpl<ResourceDao, ResourceEn
countMap.put(count.get("type").toString(), Integer.parseInt(count.get("count").toString()));
}
});
typeCountListMap2.remove(typeCountListMap2.get(index.get("deptName").toString()));// 去除
typeCountListMap2.remove(typeCountListMap2.get(index.get("name").toString()));// 去除
}
return index;
}).collect(Collectors.toList());