update 修改综信报告路径

This commit is contained in:
P3ngSaM 2022-06-06 14:09:08 +08:00
parent 72e9d4ac24
commit 7a916b5fe6
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ def cc_rating_etl(rid):
result['信用分析']['财务分析'] = financial_analysis_content() result['信用分析']['财务分析'] = financial_analysis_content()
result['信用分析']['风险分析'] = risk_analysis_content() result['信用分析']['风险分析'] = risk_analysis_content()
result['信用分析']['评价意见'] = evaluation_comments_content() result['信用分析']['评价意见'] = evaluation_comments_content()
result['信用分析']['查看报告'] = '/file/get_company_report?file_id={}'.format(rating_record['报告fid']) result['信用分析']['查看报告'] = '/file/get_cc_rating_report?file_id={}'.format(rating_record['报告fid'])
# def make_total_score(): # def make_total_score():
# """ # """