5b7f2e36 by 冯轩

FIX bug

1 parent 0c063b47
......@@ -134,6 +134,7 @@ class Command(BaseCommand, LoggerMixin):
business_type, doc_id_str = info_tuple
classify_1_str = '0'
rebuild_task_str = task_str
re_ocr_flag = 'N'
else:
business_type, doc_id_str, classify_1_str, re_ocr_flag = info_tuple
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!