fuwencai 1 éve
szülő
commit
885d69c95c
1 módosított fájl, 1 hozzáadás és 1 törlés
  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:
 			// 未登录