From 3d5629a01e6278fe28f75ddd5ac9aea995e6a17d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E6=A3=AE?= Date: Thu, 13 Jan 2022 11:07:47 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=8A=A0=E5=BC=BA=E8=8B=B1=E8=AF=AD?= =?UTF-8?q?=E5=AD=A6=E4=B9=A0=EF=BC=81describe?= 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 16d1e89..4a7ee10 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]['describe'] + d_0 = report_data[num][p_value][section][0]['desribe'] report_content[num]['章节内容'][c_num]['小节内容'] = list() insert_p = dict() insert_p['段落'] = d_0