diff --git a/company/scripts.py b/company/scripts.py index b5b73b0..7a03eca 100644 --- a/company/scripts.py +++ b/company/scripts.py @@ -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()