[improvement][project] supersonic 0.7.0 version backend update (#20)

Co-authored-by: kanedai <kanedai@tencent.com>
This commit is contained in:
daikon
2023-07-31 11:09:58 +08:00
committed by GitHub
parent 078a81038f
commit e2b2d31429
675 changed files with 13089 additions and 13536 deletions

View File

@@ -124,8 +124,8 @@ public class AuthServiceImpl implements AuthService {
}
private List<AuthGroup> getAuthGroups(QueryAuthResReq req) {
List<AuthGroup> groups = load().stream().
filter(group -> {
List<AuthGroup> groups = load().stream()
.filter(group -> {
if (!Objects.equals(group.getDomainId(), req.getDomainId())) {
return false;
}