This commit is contained in:
王思川 2022-01-13 12:28:40 +08:00
commit 7c2197878c
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():