update ESG要素分析加上评价ID

This commit is contained in:
P3ngSaM 2022-03-14 14:38:35 +08:00
parent d6075b1e62
commit d9ed00cbc3
1 changed files with 1 additions and 0 deletions

View File

@ -790,6 +790,7 @@ def esg_rating_etl(rid):
return res
result['企业ID'] = rating_record['企业ID']
result['评价ID'] = rating_record['评价ID']
result['更新日期'] = time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())
result['ESG评级'] = rating_result()
result['维度得分情况'] = dimension_rating()