Commit 1ec3691b by dong

fix20230407

parent bf5e79a0
......@@ -274,7 +274,7 @@ def search():
try:
es = Elasticsearch([{'host': '39.100.39.50', 'port': 9200}])
data = es.search(index="jc_enterperise1", body=body)
data = es.search(index="jc_enterperise", body=body)
data_list = []
# print(data_list)
size = data["hits"]['total']
......
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