05a27cd8 by 周伟奇

fix bug

1 parent 46c143b2
...@@ -632,7 +632,7 @@ IC_FIELD_ORDER_0 = ((IC_TURE_OR_FALSE, '身份证'), ...@@ -632,7 +632,7 @@ IC_FIELD_ORDER_0 = ((IC_TURE_OR_FALSE, '身份证'),
632 ('住址', '住址'), 632 ('住址', '住址'),
633 ('性别', '性别'), 633 ('性别', '性别'),
634 ('民族', '民族'),) 634 ('民族', '民族'),)
635 IC_FIELD_ORDER_1 = (('有效期限', '有效期限'), ('签发机关', '签发机关'),) 635 IC_FIELD_ORDER_1 = ((IC_TURE_OR_FALSE, '身份证'), ('有效期限', '有效期限'), ('签发机关', '签发机关'),)
636 # 居住证 636 # 居住证
637 RP_CN_NAME = '居住证' 637 RP_CN_NAME = '居住证'
638 RP_CLASSIFY = 10087 638 RP_CLASSIFY = 10087
......
...@@ -237,7 +237,6 @@ class Command(BaseCommand, LoggerMixin): ...@@ -237,7 +237,6 @@ class Command(BaseCommand, LoggerMixin):
237 self.cronjob_log.info( 237 self.cronjob_log.info(
238 '{0} [ocr_4 success] [img_path={1}] [speed_time={2}]'.format( 238 '{0} [ocr_4 success] [img_path={1}] [speed_time={2}]'.format(
239 self.log_base, img_path, speed_time)) 239 self.log_base, img_path, speed_time))
240
241 break 240 break
242 else: 241 else:
243 self.cronjob_log.warn( 242 self.cronjob_log.warn(
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!