diff --git a/src/apps/doc/management/commands/ocr_process.py b/src/apps/doc/management/commands/ocr_process.py index acd96be..da9d167 100644 --- a/src/apps/doc/management/commands/ocr_process.py +++ b/src/apps/doc/management/commands/ocr_process.py @@ -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)