We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我们这边代码 进行业务流程审批(发起方)的时候,通过feign调用了flowable工作流工程的 TaskService.complete()方法(参与方), 发起方用的是LCN模式, 参与方用的是TXC模式, 结果发起方报错,参与方 解析的逆向sql语句,执行失败,导致事务回滚失败。 我通过t_tx_exception查看 逆向的sql语句,发现解析的sql语句中, insert into act_ru_task这张表的主键 id数据为null,原数据的id是不为null的, 这个解析sql的逻辑,为啥会把数据id值,弄成null呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1. Bug Description
我们这边代码 进行业务流程审批(发起方)的时候,通过feign调用了flowable工作流工程的 TaskService.complete()方法(参与方),
发起方用的是LCN模式,
参与方用的是TXC模式,
结果发起方报错,参与方 解析的逆向sql语句,执行失败,导致事务回滚失败。
我通过t_tx_exception查看 逆向的sql语句,发现解析的sql语句中,
insert into act_ru_task这张表的主键 id数据为null,原数据的id是不为null的,
这个解析sql的逻辑,为啥会把数据id值,弄成null呢?
2. Environment:
4. Tour Idea
The text was updated successfully, but these errors were encountered: