Commit 8b1028a6 authored by lixiaofang's avatar lixiaofang

去掉无数量的

parent e8d5e9b8
......@@ -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