Commit 65b11f1f authored by 段英荣's avatar 段英荣

modify

parent 7d1dbf35
......@@ -10,7 +10,7 @@ import logging
import traceback
@shared_task
def write_to_es(es_type, pk_list, configuration, use_batch_query_set=False):
def write_to_es(es_type, pk_list, use_batch_query_set=False):
try:
pk_list = list(frozenset(pk_list))
type_info_map = get_type_info_map()
......
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