Commit 4875eb96 authored by lixiaofang's avatar lixiaofang

数据同步

parent fe6f5350
......@@ -227,8 +227,6 @@ class TypeInfo(object):
TAG_TYPE.ITEM_WIKI])
else:
instance_list = qs.filter(pk__in=pk_list)
logging.info("get instance_list:%s" % instance_list)
data_list = self.bulk_get_data(instance_list)
self.elasticsearch_bulk_insert_data(
sub_index_name=sub_index_name,
......
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