-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不明白怎么处理复杂的业务逻辑,事务管理? #3733
Labels
question
Further information is requested
Comments
您好,您能举一些简单的例子或者类比一下使用场景吗? |
就是我看了文档没有找到数据库更新的事务管理?难道只能单表 crud 吗?比如一个仓管 wms,会涉及两个表的关联更新,也需要一些逻辑运算,这如何实现呢? |
这种您只能通过在 sql 内写事务,或者 自己封装幂等接口。 |
是否有暴露直接 sql 的 api 操作呢? |
嗯。但是我觉得一个业务系统应该要具备逻辑编排的能力,要不只能是一个表单录入功能,实际意义不大 |
@liuhuapiaoyuan hi,我们有flow系统,可以进行逻辑编排,可以体验一下: |
closed due to no response. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
不明白怎么处理复杂的业务逻辑,事务管理?没有人有跨标表,多表更新的需求吗?
The text was updated successfully, but these errors were encountered: