#3859 fix bug

Merged
chenyifan01 merged 1 commits from fix-3858 into V20230322 1 year ago
  1. +1
    -0
      routers/admin/resources.go

+ 1
- 0
routers/admin/resources.go View File

@@ -153,6 +153,7 @@ func GetAllResourceSpecificationList(ctx *context.Context) {
Status: status,
Cluster: cluster,
AvailableCode: available,
AccCardsNum: -1,
})
if err != nil {
log.Error("GetResourceSpecificationList error.%v", err)


Loading…
Cancel
Save