#4838 fix bug

Merged
chenyifan01 merged 1 commits from fix-internet into V20231102 6 months ago
  1. +1
    -0
      services/cloudbrain/resource/resource_specification.go

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

@@ -290,6 +290,7 @@ func GetAndCheckSpec(userId int64, specId int64, opts models.FindSpecsOptions) (
return nil, nil
}
opts.SpecId = specId
opts.HasInternet = models.QueryAllSpecs
r, err := FindAvailableSpecs(userId, opts)
log.Info("FindAvailableSpecs result=%+v", r)
if err != nil {


Loading…
Cancel
Save