diff --git a/Modules/Company/CompanyManageImpl.py b/Modules/Company/CompanyManageImpl.py index 70fb561..0c089c8 100644 --- a/Modules/Company/CompanyManageImpl.py +++ b/Modules/Company/CompanyManageImpl.py @@ -236,6 +236,13 @@ class CompanyManageImpl(object): page_no ) + if records: + for record in records: + try: + record['评级报告'] = '/admin/file?&file_id={}'.format(record['评级报告']) + except KeyError: + continue + result = { "total": total, "records": records