fuwencai hace 1 año
padre
commit
885d69c95c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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:
 			// 未登录