Commit cbdca49c authored by lixiaofang's avatar lixiaofang

add

parent b361215a
...@@ -80,8 +80,8 @@ class ProductUtils(object): ...@@ -80,8 +80,8 @@ class ProductUtils(object):
logging.info("get filters:%s" % filters) logging.info("get filters:%s" % filters)
f = [ f = [
# {'term': {"have_image": True}}, {'term': {"have_image": True}},
# {'term': {"is_online": True}}, {'term': {"is_online": True}},
{"term": {"is_deleted": False}}, {"term": {"is_deleted": False}},
] ]
......
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