update 新增报告字段(修改后报告版本)

This commit is contained in:
P3ngSaM 2022-04-01 15:02:08 +08:00
parent a43397b541
commit 72fc6dd664
1 changed files with 3 additions and 1 deletions

View File

@ -449,7 +449,9 @@ def import_export(param):
part_01 = dict() part_01 = dict()
if data_01: if data_01:
part_01['import_export_power'] = '拥有' + data_01['baseInfo']['creditRating'] 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'] = '' part_01['influence'] = ''
else: else:
part_01['import_export_power'] = '' part_01['import_export_power'] = ''