编写评级流程节点

This commit is contained in:
wcq 2023-06-15 16:52:31 +08:00
parent ed112b11cb
commit 7103b3f2ed
1 changed files with 2 additions and 0 deletions

View File

@ -97,3 +97,5 @@ def func(req: Schemas.DoRateReq,
Crud.save_rate_flow_node(node.id, data, db, mongodb)
Crud.change_rate_node_status(db, node.id, "完成")
return {"message": "保存成功", "code": 200}
# todo: 代码生成,评级结果的增删改查接口