Merge branch 'feature/bd' into feature/0918
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -277,7 +277,7 @@ class Command(BaseCommand, LoggerMixin): | ... | @@ -277,7 +277,7 @@ class Command(BaseCommand, LoggerMixin): |
277 | '保险费合计': license_data.get('result', {}).get('premiumSum', {}).get('words', ''), | 277 | '保险费合计': license_data.get('result', {}).get('premiumSum', {}).get('words', ''), |
278 | '保险起始日期': license_data.get('result', {}).get('startDate', {}).get('words', ''), | 278 | '保险起始日期': license_data.get('result', {}).get('startDate', {}).get('words', ''), |
279 | '保险截止日期': license_data.get('result', {}).get('endDate', {}).get('words', ''), | 279 | '保险截止日期': license_data.get('result', {}).get('endDate', {}).get('words', ''), |
280 | '保单章': license_data.get('result', {}).get('endDate', {}).get('seal', ''), | 280 | '保单章': license_data.get('result', {}).get('seal', {}).get('words', ''), |
281 | '特别约定第一受益人': special, | 281 | '特别约定第一受益人': special, |
282 | } | 282 | } |
283 | license_summary.setdefault(classify, []).append(insurance_ocr_result) | 283 | license_summary.setdefault(classify, []).append(insurance_ocr_result) | ... | ... |
-
Please register or sign in to post a comment