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