From 9f1c5421b8ecf50c84803c9e54809da49093e30d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E6=A3=AE?= Date: Thu, 13 Jan 2022 11:15:49 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=BE=AE=E8=B0=83=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Report/scripts/contents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Report/scripts/contents.py b/Report/scripts/contents.py index 4a7ee10..16d1e89 100644 --- a/Report/scripts/contents.py +++ b/Report/scripts/contents.py @@ -37,7 +37,7 @@ def handle_manufacturing_content(param1, param2): elif section == '对外投资': # 判断对外投资是否有数据 if len(report_data[num][p_value][section]) == 1: - d_0 = report_data[num][p_value][section][0]['desribe'] + d_0 = report_data[num][p_value][section][0]['describe'] report_content[num]['章节内容'][c_num]['小节内容'] = list() insert_p = dict() insert_p['段落'] = d_0