Commit b4e27137 by dong

fix

parent b108519a
......@@ -683,7 +683,7 @@ def attract_enterprise():
try:
es = Elasticsearch([{'host': '39.100.39.50', 'port': 9200}])
data = es.search(index="jiujiang_enterperise1", body=body)
data = es.search(index="mancheng_enterperise", body=body)
df = []
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