Browse Source

fix-3144

tags/v1.22.11.2^2^2
liuzx 3 years ago
parent
commit
ff1718ce75
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/api/v1/repo/cloudbrain_dashboard.go

+ 1
- 1
routers/api/v1/repo/cloudbrain_dashboard.go View File

@@ -1441,7 +1441,7 @@ func GetCloudbrainResourceOverview(ctx *context.Context) {
log.Error("Can not get GetDurationRecordBeginTime", err)
return
}
recordBeginTime := recordCloudbrainDuration[0].DateTime - 1*60*60
recordBeginTime := recordCloudbrainDuration[0].DateTime
recordUpdateTime := time.Now().Unix()
resourceQueues, err := models.GetCanUseCardInfo()
if err != nil {


Loading…
Cancel
Save