This commit is contained in:
王思川 2022-06-16 15:46:40 +08:00
parent 215f44bace
commit cb7b25b2fa
3 changed files with 2 additions and 8 deletions

View File

@ -221,7 +221,7 @@ class ScoreAndRankModel(SpecObject):
credit_index_score = ValidateAttr(field="credit_index_score", type=CreditIndexScore)
fields_map = {
"rid": "ID",
"rid": "ID",
"cid": "企业ID",
"report_date": "报告期",
"rank_level": "信用级别",

View File

@ -118,9 +118,3 @@ def submit_route(**kwargs):
@verify_token
def delete_route(**kwargs):
"""删除评级(进行中)"""
@rating_route.route('/duplicate_check', methods=['GET'])
@verify_token
def duplicate_rating_check_route(**kwargs):
"""重复年度评级检查"""

View File

@ -58,7 +58,7 @@ class ReportDataObj(SpecObject):
fields_map = {
"cid": "企业ID",
"rid": "ID",
"rid": "ID",
"name": "企业名称",
"year": "评价年度",
"industry": "行业选择",