Commit 3dbe890c by 蒋勇

d

parent 117eb3a4
......@@ -218,6 +218,7 @@ def report():
report = WriteReport(Else_info,Companyinfo,Fi_dict,Risk_info) #将工商、财务、风险三部分内容写入word中
except Exception as e:
print(e)
rptUrl = put2oss(report) # 上传文件到oss上
print("报告已生成",rptUrl)
result=UpdateTaskRptUrl(batchid, rptUrl)# 完成后调用接口,通知服务已完成
......@@ -226,4 +227,4 @@ def report():
return "请输入检测公司名称"
server.run(host='0.0.0.0', port=80, debug=false)
server.run(host='0.0.0.0', port=80, debug=False)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment