feat: 设置默认查权限,

This commit is contained in:
TanJ 2023-10-23 18:51:22 +08:00
parent 4f7d992a25
commit 10f95a642e

View File

@ -69,7 +69,7 @@ public class SaasRoleController implements TyrSaasRoleApi {
@Override
public ApiResult<List<SaasRoleVO>> queryByIdentityIdType(Long identityId, Integer identityType,Long workspaceId,Long ouId) {
return ApiResult.ok(roleService.queryByIdentityIdType(identityId, identityType,workspaceId,ouId, false));
return ApiResult.ok(roleService.queryByIdentityIdType(identityId, identityType,workspaceId,ouId, true));
}
@Override