publish 2.0.0.rc24

This commit is contained in:
曾文豪
2024-08-12 14:56:57 +08:00
parent e39dd646f5
commit a405aa7057
14 changed files with 33 additions and 25 deletions

View File

@@ -79,10 +79,10 @@ public class CoreRoleService extends TsServiceBase<CoreRoleGroupMapper, CoreRole
List<CoreRoleAuthority> distinctList = coreServiceMenuList.stream()
.filter(it -> {
if (keyMaps.containsKey(it.getId())) {
return true;
return false;
}
keyMaps.put(it.getId(), it.getId());
return false;
return true;
})
.collect(Collectors.toList());