评价记录显示字段修改

This commit is contained in:
王思川 2022-01-07 11:24:18 +08:00
parent 07a70fe822
commit 132a2b7f75
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ def rating_records_by_cid(cid):
Returns:
records: 企业的评价记录
"""
report_link = 'http://139.9.249.34:51006/file/get_company_report?file_id={}'
report_link = '/file/get_company_report?file_id={}'
records = find_rating_records({"企业ID": cid})
for record in records:
if records is not None: