Commit 605d051d by 赵宇

fix1

parent e1c88a8b
...@@ -342,13 +342,7 @@ def create_body(page, page_size, args_query, args_term): ...@@ -342,13 +342,7 @@ def create_body(page, page_size, args_query, args_term):
}, },
"from": page, "from": page,
"size": page_size, "size": page_size,
"sort": [ "sort": [],
{
"order": {
"mysql_id": "asc"
}
}
],
"aggs": {}, "aggs": {},
"_source": [ "_source": [
"mysql_id", 'company_name', 'city', 'district', 'build_date', 'legal', 'capital', 'entype', 'address', "mysql_id", '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