From 181021046f11ccac4f8e032a82d0f343c03b51f8 Mon Sep 17 00:00:00 2001 From: P3ngSaM <61768364+P3ngSaM@users.noreply.github.com> Date: Mon, 9 May 2022 11:12:19 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=A4=84=E7=90=86=E5=BD=93=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF=E4=B8=BA=E7=A9=BA?= =?UTF-8?q?=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RatingData/scripts/report/company_profile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/RatingData/scripts/report/company_profile.py b/RatingData/scripts/report/company_profile.py index 32d9c5d..7c2f6e3 100644 --- a/RatingData/scripts/report/company_profile.py +++ b/RatingData/scripts/report/company_profile.py @@ -183,6 +183,7 @@ def shareholder_strength(param): part_01['registered_capital'] = '-' part_01['share_holders'] = '-' part_01['share_rates'] = '-' + part_01['business_scope'] = '-' return part_01 def para_02(part_01):