Commit 1ea8697d authored by 段英荣's avatar 段英荣

Merge branch 'del' into 'master'

add

See merge request alpha/physical!369
parents d785fcd5 7116bd11
......@@ -269,13 +269,6 @@ class GroupUtils(object):
}
]
q = {}
q["query"] = {
"term": {
"is_online": True
}
}
logging.info("get qqqqqqqq:%s" % q)
es_cli_obj = ESPerform.get_cli()
result_dict = ESPerform.get_search_results(es_cli_obj, "pictorial", q, offset, size)
logging.info("get result_dict:%s" % result_dict)
......
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