Merge remote-tracking branch 'origin/feature/REQ-2046' into feature/REQ-2046
This commit is contained in:
commit
51aef4d218
@ -509,8 +509,6 @@ public class TyrSaasAuthServiceImpl implements TyrSaasAuthService {
|
||||
} else {
|
||||
owRoleInfo.setRoles(roles.stream()
|
||||
.filter(r -> owRoleIds.contains(r.getId()))
|
||||
.filter(r -> r.getProductUnitType() == null
|
||||
|| ow.convertGetJoinType().equals(r.getProductUnitType())) //匹配标签
|
||||
.collect(Collectors.toSet()));
|
||||
}
|
||||
owRoleMap.add(owRoleInfo);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user