Commit 031577d6 by dong

fix20230316

parent 6cad057b
......@@ -351,7 +351,7 @@ def create_body(page, page_size, args_query, args_term):
"from": page,
"size": page_size,
# "sort": [],
"sort": {"hots": "desc"},
"sort": [{"hots": "desc"}],
"aggs": {},
"_source": [
"mysql_id", 'province', 'company_name', 'city', 'district', 'build_date', 'legal', 'capital', 'entype', 'address',
......
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