Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.3.2^2
zouap 3 years ago
parent
commit
290dcb0013
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/search.go

+ 1
- 0
routers/search.go View File

@@ -173,6 +173,7 @@ func searchRepo(ctx *context.Context, TableName string, Key string, Page int, Pa
privateRe.PrivateTotal = count
privateRe.Result = make([]map[string]interface{}, 0)
if count > 0 {
log.Info("Query private repo number is:" + fmt.Sprint(count))
makePrivateRepo(repos, privateRe, Key)
}



Loading…
Cancel
Save