提交流程

This commit is contained in:
王思川 2021-12-27 16:50:50 +08:00
parent 1abcf7ac47
commit 85bb58d7e1
1 changed files with 9 additions and 3 deletions

View File

@ -227,9 +227,7 @@ def exec_general_rating_scripts(cid):
update_data = { update_data = {
"评价结果": json.loads(res.text)['result'], "评价结果": json.loads(res.text)['result'],
"评价时间": time.strftime("%Y-%m-%d", time.localtime()), "评价时间": time.strftime("%Y-%m-%d", time.localtime()),
"进行状态": "完成", "进行状态": "完成"
"报告fid": None,
"证书fid": None
} }
update_rating_records({"评价ID": rid}, update_data) update_rating_records({"评价ID": rid}, update_data)
return True return True
@ -239,3 +237,11 @@ def exec_general_rating_scripts(cid):
# 生成报告 # 生成报告
def gen_report(): def gen_report():
pass pass
# 生成证书
def gen_certified():
pass
# 生成企业主页数据
def company_index():
pass