diff --git a/rating/scripts/report/company_profile.py b/rating/scripts/report/company_profile.py index 1eeea3d..66dc785 100644 --- a/rating/scripts/report/company_profile.py +++ b/rating/scripts/report/company_profile.py @@ -211,7 +211,7 @@ def outbound_investment(param): result = list() part_01 = dict() if not data_01: - part_01['desribe'] = '截至{}年,未查询到该公司对外投资相关信息。'.format(data_02['资产负债表'][0]['报告期'][:4]) + part_01['describe'] = '截至{}年,未查询到该公司对外投资相关信息。'.format(data_02['资产负债表'][0]['报告期'][:4]) result.append(part_01) else: def para_01():