feat:完善信息

This commit is contained in:
henry
2022-01-25 11:45:53 +08:00
parent 26b58e3ca6
commit 932ed31450
13 changed files with 169 additions and 45 deletions

View File

@ -25,7 +25,7 @@ func achievementSearch(page, pageSize int, keyword, industry string, params map[
service.WithAchievementKeyword(keyword),
)
if industry != "" {
service.WithAchievementIndustry(keyword)(manage)
service.WithAchievementIndustry(industry)(manage)
}
out, count, err := manage.Search(page, pageSize)