FIX bug
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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) | ... | ... |
-
Please register or sign in to post a comment