Merge branch 'master' into docker_package
This commit is contained in:
commit
7bc45d64a9
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue