update 评级记录

This commit is contained in:
P3ngSaM 2022-06-16 21:14:33 +08:00
parent 8361b38d7c
commit 47ef90553e
1 changed files with 7 additions and 0 deletions

View File

@ -236,6 +236,13 @@ class CompanyManageImpl(object):
page_no page_no
) )
if records:
for record in records:
try:
record['评级报告'] = '/admin/file?&file_id={}'.format(record['评级报告'])
except KeyError:
continue
result = { result = {
"total": total, "total": total,
"records": records "records": records