报告数据清洗

This commit is contained in:
wcq 2023-08-18 15:56:28 +08:00
parent 57f6c9f42c
commit 57b1135364
1 changed files with 23 additions and 21 deletions

View File

@ -46,7 +46,8 @@ class CompanyRate(common_db.Base):
"badge",
"publish_state",
"result_data",
"create_time"
"create_time",
"report_file_md"
]}
return data
@ -59,6 +60,7 @@ class CompanyRate(common_db.Base):
"rate_level",
"rate_scope",
"badge",
"create_time"
"create_time",
"report_file_md"
]}
return data