Browse Source

下载文件记录与界面显示的不一致

tags/v1.22.2.2^2
ychao_1983 3 years ago
parent
commit
cd84709d81
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      routers/admin/cloudbrains.go

+ 3
- 2
routers/admin/cloudbrains.go View File

@@ -151,8 +151,9 @@ func DownloadCloudBrains(ctx *context.Context) {
Page: page,
PageSize: pageSize,
},
Type: modelarts.DebugType,
NeedRepoInfo: true,
Type: modelarts.DebugType,
NeedRepoInfo: true,
IsLatestVersion: modelarts.IsLatestVersion,
})
if err != nil {
log.Warn("Can not get cloud brain info", err)


Loading…
Cancel
Save