From de3e4a8f873e439f7cc74d850e2093ba6981b3cc Mon Sep 17 00:00:00 2001 From: P3ngSaM <61768364+P3ngSaM@users.noreply.github.com> Date: Tue, 22 Feb 2022 10:09:45 +0800 Subject: [PATCH] =?UTF-8?q?update=20ESG=E7=9B=B8=E5=85=B3=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rating/EsgReportEtl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rating/EsgReportEtl.py b/rating/EsgReportEtl.py index ac6337d..bee67b8 100644 --- a/rating/EsgReportEtl.py +++ b/rating/EsgReportEtl.py @@ -26,8 +26,8 @@ class EsgCleanModel: def paragraph_02(self): # 段落2 远东资信 data = dict() - data['联系电话'] = '贾丹' - data['联系人'] = '15912345678' + data['联系电话'] = '15912345678' + data['联系人'] = '贾丹' return data def paragraph_05(self):