This is an automated email from the ASF dual-hosted git repository.
jimin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-seata-samples.git
The following commit(s) were added to refs/heads/master by this push:
new 8411da3c bugfix:In XA mode, inserting data into PostgreSQL using (#717)
8411da3c is described below
commit 8411da3ce5bca254a7546a98c6ca99ec9770c6ce
Author: shukai <[email protected]>
AuthorDate: Sun Dec 14 10:14:26 2025 +0800
bugfix:In XA mode, inserting data into PostgreSQL using (#717)
---
.../src/main/java/org/apache/seata/service/impl/OrderServiceImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-order/src/main/java/org/apache/seata/service/impl/OrderServiceImpl.java
b/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-order/src/main/java/org/apache/seata/service/impl/OrderServiceImpl.java
index 3213f0c1..e7d1759e 100644
---
a/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-order/src/main/java/org/apache/seata/service/impl/OrderServiceImpl.java
+++
b/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-order/src/main/java/org/apache/seata/service/impl/OrderServiceImpl.java
@@ -70,7 +70,7 @@ public class OrderServiceImpl implements OrderService {
}, keyHolder);
- LOGGER.info("Order Service End ... Created " +
Objects.requireNonNull(keyHolder.getKey()).longValue());
+ LOGGER.info("Order Service End ... Created " +
Objects.requireNonNull(keyHolder.getKeys()));
}
private int calculate(String commodityId, int orderCount) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]