@@ -91,7 +91,7 @@ func (e *SearchByES) GetAllByNgramWithCount(loginType int) (int64, *[]map[string
case LoginTypePay:
return elastic.GetWithCount(e.Index, e.IType, e.Query, queryStr)
case LoginTypeFree:
- // 免费用户 todo
+ // 免费用户
return IC.FreeEs.GetWithCount(e.Index, e.IType, e.Query, queryStr)
default:
// 未登录