update describe

This commit is contained in:
彭森 2022-01-13 11:14:45 +08:00
parent c4d402b0a3
commit 265121720c
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ def outbound_investment(param):
result = list() result = list()
part_01 = dict() part_01 = dict()
if not data_01: if not data_01:
part_01['desribe'] = '截至{}年,未查询到该公司对外投资相关信息。'.format(data_02['资产负债表'][0]['报告期'][:4]) part_01['describe'] = '截至{}年,未查询到该公司对外投资相关信息。'.format(data_02['资产负债表'][0]['报告期'][:4])
result.append(part_01) result.append(part_01)
else: else:
def para_01(): def para_01():