05a27cd8 by 周伟奇

fix bug

1 parent 46c143b2
......@@ -632,7 +632,7 @@ IC_FIELD_ORDER_0 = ((IC_TURE_OR_FALSE, '身份证'),
('住址', '住址'),
('性别', '性别'),
('民族', '民族'),)
IC_FIELD_ORDER_1 = (('有效期限', '有效期限'), ('签发机关', '签发机关'),)
IC_FIELD_ORDER_1 = ((IC_TURE_OR_FALSE, '身份证'), ('有效期限', '有效期限'), ('签发机关', '签发机关'),)
# 居住证
RP_CN_NAME = '居住证'
RP_CLASSIFY = 10087
......
......@@ -237,7 +237,6 @@ class Command(BaseCommand, LoggerMixin):
self.cronjob_log.info(
'{0} [ocr_4 success] [img_path={1}] [speed_time={2}]'.format(
self.log_base, img_path, speed_time))
break
else:
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!