Browse Source

#2873

update
res-manage-v2
chenyifan01 2 years ago
parent
commit
3fe8e377a2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      services/cloudbrain/resource/resource_specification.go

+ 1
- 0
services/cloudbrain/resource/resource_specification.go View File

@@ -229,6 +229,7 @@ func filterExclusiveSpecs(r []*models.Specification, userId int64) []*models.Spe
if isMember {
specs = append(specs, spec)
specMap[spec.ID] = ""
break
}
}
}


Loading…
Cancel
Save