1c692744 by 周伟奇

fix seal

1 parent 43e6b299
...@@ -276,7 +276,7 @@ class Command(BaseCommand, LoggerMixin): ...@@ -276,7 +276,7 @@ class Command(BaseCommand, LoggerMixin):
276 '保险费合计': license_data.get('result', {}).get('premiumSum', {}).get('words', ''), 276 '保险费合计': license_data.get('result', {}).get('premiumSum', {}).get('words', ''),
277 '保险起始日期': license_data.get('result', {}).get('startDate', {}).get('words', ''), 277 '保险起始日期': license_data.get('result', {}).get('startDate', {}).get('words', ''),
278 '保险截止日期': license_data.get('result', {}).get('endDate', {}).get('words', ''), 278 '保险截止日期': license_data.get('result', {}).get('endDate', {}).get('words', ''),
279 '保单章': license_data.get('result', {}).get('endDate', {}).get('seal', ''), 279 '保单章': license_data.get('result', {}).get('seal', {}).get('words', ''),
280 '特别约定第一受益人': special, 280 '特别约定第一受益人': special,
281 } 281 }
282 license_summary.setdefault(classify, []).append(insurance_ocr_result) 282 license_summary.setdefault(classify, []).append(insurance_ocr_result)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!