feat:优化项目信息
This commit is contained in:
@ -56,7 +56,7 @@ func (this *ESAchievement) Search(page, pageSize int) (interface{}, int64, error
|
||||
if this.Keyword != "" {
|
||||
mustParams["keyword"] = this.Keyword
|
||||
}
|
||||
termParams["is_show"] = 1
|
||||
//termParams["is_show"] = 1
|
||||
|
||||
return es.Search(this, this.Index(), &es.SearchParams{
|
||||
TermParams: termParams,
|
||||
|
Reference in New Issue
Block a user