Commit cdbf5809 authored by lixiaofang's avatar lixiaofang

get_to_filter

parent 4a995984
......@@ -195,6 +195,7 @@ class QueryWordAttr(object):
@classmethod
def save_query_to_redis(cls, query, type_v1=False):
try:
return True
lower_query = str(query).lower()
key = "save_sub_query_to_redis"
if type_v1:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment