From 72fc6dd6649131a44c78c0a1baa3a9456aa61169 Mon Sep 17 00:00:00 2001 From: P3ngSaM <61768364+P3ngSaM@users.noreply.github.com> Date: Fri, 1 Apr 2022 15:02:08 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=96=B0=E5=A2=9E=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=EF=BC=88=E4=BF=AE=E6=94=B9=E5=90=8E=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E7=89=88=E6=9C=AC=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RatingData/scripts/report/company_profile.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RatingData/scripts/report/company_profile.py b/RatingData/scripts/report/company_profile.py index a2c4dae..02059ef 100644 --- a/RatingData/scripts/report/company_profile.py +++ b/RatingData/scripts/report/company_profile.py @@ -449,7 +449,9 @@ def import_export(param): part_01 = dict() if data_01: part_01['import_export_power'] = '拥有' + data_01['baseInfo']['creditRating'] - + part_01['year_03'] = None + part_01['amount'] = None + part_01['proportion'] = None part_01['influence'] = '大' else: part_01['import_export_power'] = '无'