5b7f2e36 by 冯轩

FIX bug

1 parent 0c063b47
...@@ -134,6 +134,7 @@ class Command(BaseCommand, LoggerMixin): ...@@ -134,6 +134,7 @@ class Command(BaseCommand, LoggerMixin):
134 business_type, doc_id_str = info_tuple 134 business_type, doc_id_str = info_tuple
135 classify_1_str = '0' 135 classify_1_str = '0'
136 rebuild_task_str = task_str 136 rebuild_task_str = task_str
137 re_ocr_flag = 'N'
137 else: 138 else:
138 business_type, doc_id_str, classify_1_str, re_ocr_flag = info_tuple 139 business_type, doc_id_str, classify_1_str, re_ocr_flag = info_tuple
139 rebuild_task_str = '{0}{1}{2}'.format(business_type, consts.SPLIT_STR, doc_id_str) 140 rebuild_task_str = '{0}{1}{2}'.format(business_type, consts.SPLIT_STR, doc_id_str)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!