Merge branch 'test_ps' into 'master'

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

See merge request root/etl_tfse!14
This commit is contained in:
彭森 2022-04-01 07:02:33 +00:00
commit 7581d5557a
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'] = ''