会议室重复统计

This commit is contained in:
wangliwen 2022-10-17 16:54:25 +08:00
parent a2231e4d11
commit 5b85df5010
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("name").toString()));// 去除
typeCountListMap2.remove(index.get("name").toString());// 去除
}
return index;
}).collect(Collectors.toList());