update 微调代码

This commit is contained in:
彭森 2022-01-13 11:15:49 +08:00
parent 3d5629a01e
commit 9f1c5421b8
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ def handle_manufacturing_content(param1, param2):
elif section == '对外投资': elif section == '对外投资':
# 判断对外投资是否有数据 # 判断对外投资是否有数据
if len(report_data[num][p_value][section]) == 1: 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() report_content[num]['章节内容'][c_num]['小节内容'] = list()
insert_p = dict() insert_p = dict()
insert_p['段落'] = d_0 insert_p['段落'] = d_0