评价记录显示字段修改

This commit is contained in:
王思川 2022-01-06 13:52:53 +08:00
parent 30d37a490a
commit 07a70fe822
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://39.9.249.34:51006/file/get_company_report?file_id={}'
report_link = 'http://139.9.249.34:51006/file/get_company_report?file_id={}'
records = find_rating_records({"企业ID": cid})
for record in records:
if records is not None: