fuwencai пре 1 година
родитељ
комит
885d69c95c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      jyBXCore/rpc/model/es/es.go

+ 1 - 1
jyBXCore/rpc/model/es/es.go

@@ -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:
 			// 未登录