GitHub user jinnan22 added a comment to the discussion: 一个方法内,只执行一个更新的操作,会出现两次提交
补充: boolean update = mmOilAnalysisService.updateById(mmOilAnalysis); 只有这一句是真正执行的更新语句,为什么最终会出现两次Branch commit result: PhaseTwo_Committed 然后就是,同一个应用中只有这个业务会出现这种情况,另外的一个类似的更新操作只有一次提交 GitHub link: https://github.com/apache/incubator-seata/discussions/8222#discussioncomment-18327883 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
