a351ec6f by 周伟奇

Merge branch 'feature/bd' into feature/0918

2 parents a0d9523c 1c692744
......@@ -277,7 +277,7 @@ class Command(BaseCommand, LoggerMixin):
'保险费合计': license_data.get('result', {}).get('premiumSum', {}).get('words', ''),
'保险起始日期': license_data.get('result', {}).get('startDate', {}).get('words', ''),
'保险截止日期': license_data.get('result', {}).get('endDate', {}).get('words', ''),
'保单章': license_data.get('result', {}).get('endDate', {}).get('seal', ''),
'保单章': license_data.get('result', {}).get('seal', {}).get('words', ''),
'特别约定第一受益人': special,
}
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!