From d9ed00cbc35179fe925848e9d37ab3b3fcc9b659 Mon Sep 17 00:00:00 2001 From: P3ngSaM <61768364+P3ngSaM@users.noreply.github.com> Date: Mon, 14 Mar 2022 14:38:35 +0800 Subject: [PATCH] =?UTF-8?q?update=20ESG=E8=A6=81=E7=B4=A0=E5=88=86?= =?UTF-8?q?=E6=9E=90=E5=8A=A0=E4=B8=8A=E8=AF=84=E4=BB=B7ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- company/scripts.py | 1 + 1 file changed, 1 insertion(+) 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()