Commit 9a7700ae authored by 段英荣's avatar 段英荣

modify

parent 96764c9b
......@@ -64,7 +64,7 @@ class DoctorTransfer(object):
}
}
result_dict = ESPerform.get_search_results(cls.test_es_info_list, sub_index_name="doctor", query_body=q)
result_dict = ESPerform.get_search_results(ESPerform.get_cli(cls.test_es_info_list), sub_index_name="doctor", query_body=q)
doctor_results = result_dict["total_count"]
redis_key_prefix = "search_tips:tips_mapping_num"
......
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