This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
提交代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.3.2^2
zouap
4 years ago
parent
4b8da7b892
commit
e0838d7940
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
routers/search.go
+ 2
- 1
routers/search.go
View File
@@ -111,8 +111,9 @@ func searchRepoByLabel(ctx *context.Context, Key string, Page int, PageSize int)
log.Info("query es error," + err.Error())
log.Info("query es error," + err.Error())
ctx.JSON(200, "")
ctx.JSON(200, "")
}
}
} else {
ctx.JSON(200, "")
}
}
ctx.JSON(200, "")
}
}
func searchRepo(ctx *context.Context, TableName string, Key string, Page int, PageSize int, OnlyReturnNum bool) {
func searchRepo(ctx *context.Context, TableName string, Key string, Page int, PageSize int, OnlyReturnNum bool) {
Write
Preview
Loading…
Cancel
Save